MLH-Fellowship / MLH-Fellowship/react-native-tutorial
Set up React Navigation as an Example
Open
@PragatiVerma18 is already working on this.
Since Nov 25, 2020.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.