Skip to content

Instantly share code, notes, and snippets.

@gags88
Created April 6, 2021 02:55
Show Gist options
  • Save gags88/8ba22bf3ab7e1424940ed3cbd467be0b to your computer and use it in GitHub Desktop.
Save gags88/8ba22bf3ab7e1424940ed3cbd467be0b to your computer and use it in GitHub Desktop.
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
Last but not the least, you’ll need to install react-navigation-stack
npm i react-navigation-stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment