createStackNavigator을 쓰고싶다면
npm install @react-navigation/stack
import { createStackNavigator } from "react-navigation-stack";
하면된다
React Navigation v4 버전에서만 사용되고 v5버전 이상부터는 더 이상 사용되고 있지 않는다고도 하고
v4 버전의 기능이 stack으로 넘어갔다고 한다
'JavaScript > React-native' 카테고리의 다른 글
RN_Cannot read properties of undefined (reading 'configurations'). (0) | 2023.08.23 |
---|---|
[!] Invalid `Podfile` file: undefined local variable or method `flags' for #<Pod::Podfile:0x000000011611b518>. (0) | 2023.06.29 |
[React Navigation] RNSScreenStackHeaderConfig was not found in the UIManager (0) | 2023.06.28 |
[React-native] 파싱에러 (0) | 2023.06.27 |
[React-native-cli] ios/android 폴더가 안만들어지는 현상 (0) | 2023.06.26 |