You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, has anyone tried converting this into an expo project? im trying to move the screens/app/components ecc. to a blank expo but im getting an error in this module: @react-native-community/masked-view/js/MaskedView.js even with the correct version
edit2: im trying to build it from the start, but im i cant find any way to use {navigation} and navigation.navigate in tsx code
edit3: nevermind fixed with {navigation}:StackScreenProps<RootStackParamList
The text was updated successfully, but these errors were encountered:
Hello, has anyone tried converting this into an expo project? im trying to move the screens/app/components ecc. to a blank expo but im getting an error in this module: @react-native-community/masked-view/js/MaskedView.js even with the correct version
edit2: im trying to build it from the start, but im i cant find any way to use {navigation} and navigation.navigate in tsx code
edit3: nevermind fixed with {navigation}:StackScreenProps<RootStackParamList
The text was updated successfully, but these errors were encountered: