Skip to content

Commit

Permalink
hotfix: navigation을 매개변수로 추가했습니다. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
arch-spatula committed Jan 9, 2023
1 parent 746e4cb commit 7a78332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen/MyPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const adminInfo = {
pw: '123456',
};
// { navigation: { navigate } }
const MyPage = () => {
const MyPage = ({ navigation: { navigate } }) => {
// 회원가입입니다.
const handlesSignUp = (id, pw) => {
return createUserWithEmailAndPassword(
Expand Down

0 comments on commit 7a78332

Please sign in to comment.