Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 891b502

Browse files
committed
feat: simplify installation instructions
1 parent 885b149 commit 891b502

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,7 @@ Tab navigators for React Navigation.
88

99
## Installation
1010

11-
Open a Terminal in the project root and run:
12-
13-
```sh
14-
yarn add react-navigation-tabs
15-
```
16-
17-
If you are using Expo, you are done. Otherwise, continue to the next step.
18-
19-
Install and link [`react-native-gesture-handler`](https://github.com/kmagiera/react-native-gesture-handler) and [`react-native-reanimated`](https://github.com/kmagiera/react-native-reanimated). To install and link them, run:
20-
21-
```sh
22-
yarn add react-native-reanimated react-native-gesture-handler
23-
react-native link react-native-reanimated
24-
react-native link react-native-gesture-handler
25-
```
26-
27-
**IMPORTANT:** There are additional steps required for `react-native-gesture-handler` on Android after running `react-native link react-native-gesture-handler`. Check the [this guide](https://kmagiera.github.io/react-native-gesture-handler/docs/getting-started.html) to complete the installation.
11+
Follow the instructions on the [the React Navigation "Getting Started" guide](https://reactnavigation.org/docs/en/getting-started.html), and then add the `react-navigation-tabs` package to your project.
2812

2913
## Usage
3014

0 commit comments

Comments
 (0)