diff --git a/src/screen/MyPage.jsx b/src/screen/MyPage.jsx index b2174eb..064a464 100644 --- a/src/screen/MyPage.jsx +++ b/src/screen/MyPage.jsx @@ -15,7 +15,7 @@ const adminInfo = { pw: '123456', }; // { navigation: { navigate } } -const MyPage = () => { +const MyPage = ({ navigation: { navigate } }) => { // 회원가입입니다. const handlesSignUp = (id, pw) => { return createUserWithEmailAndPassword(