반응형
const AppNavigator = createStackNavigator(
{
Home: HomeScreen,
Details: DetailsScreen
},
{
headerMode: 'none', // <-- 여기
initialRouteName: 'Home',
}
);
반응형
'Mobile > React-Native' 카테고리의 다른 글
[Android/Windows] INSTALL_FAILED_UPDATE_INCOMPATIBLE 에러 발생 시 (0) | 2020.08.06 |
---|