MLH-Fellowship / MLH-Fellowship/react-native-tutorial

Set up React Navigation as an Example

Open
#18 1 comment 0 reactions 2 assignees View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.