MLH-Fellowship / react-native-tutorial

6 stars 0 forks source link

Set up React Navigation as an Example #18

Open StuffByLiang opened 3 years ago

StuffByLiang commented 3 years ago

To be included in the tutorial:

the following commands must be run:

Installing React Navigation & its dependencies

npm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
npm install @react-navigation/bottom-tabs

Installing Icons used in the Tab bar

npm install react-native-vector-icons
react-native link react-native-vector-icons
StuffByLiang commented 3 years ago

Initial Thoughts using this library:

Pros

Cons

Link to branch: https://github.com/MLH-Fellowship/react-native-tutorial/tree/setup-react-navigation