Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

react native navigation

npm install react-navigation

#Installing dependencies into an Expo managed project
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view


#Installing dependencies into a bare React Native project
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
Source by reactnavigation.org #
 
PREVIOUS NEXT
Tagged: #react #native #navigation
ADD COMMENT
Topic
Name
2+2 =