Skip to content

Commit

Permalink
fix: 'MyPage' 폴더명을 'Mypage'로 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Mar 26, 2024
1 parent cf5d918 commit b82977a
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/navigators/RootStackNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import AccountScreenContainer from '../screens/account';
import useInitApp from '../hooks/useInitApp';
import CodePushUpdateScreen from '../screens/etc/CodePushUpdateScreen';
import LibraryRecapScreen from '../screens/LibraryRecapScreen';
import SetNicknameScreen from '../screens/account/common/SetNicknameScreen';

export type RootStackParamList = {
Main: NavigatorScreenParams<RootTabParamList>;
Expand Down Expand Up @@ -83,7 +82,7 @@ const RootStackNavigator: React.FC = () => {
<>
<Stack.Screen
name="Main"
component={SetNicknameScreen}
component={RootBottomTapNavigator}
options={{animationEnabled: false}}
/>
<Stack.Screen name="Mypage" component={MypageStackNavigator} />
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b82977a

Please sign in to comment.