Skip to content

Instantly share code, notes, and snippets.

@gags88
gags88 / react-native-navigation.txt
Created April 6, 2021 02:55
React Native Navigations Installations
First, install the react-navigation library with the following command:
npm install react-navigation
Next, you’ll need to install some dependencies for 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