Skip to content

Commit

Permalink
docs: update README.md (#255)
Browse files Browse the repository at this point in the history
This will break the installation section i.e:
- iOS with explanation with how to install;
- Android explanation to the cases you don't need to link manually.
  • Loading branch information
helderberto authored Aug 19, 2020
1 parent bebd6ec commit 4fcb51e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,24 @@ This component comes with a ScrollView, the default renderer, a FlatList or a Se

```bash
yarn add react-native-modalize react-native-gesture-handler
```
<details>
<summary>iOS</summary>

```bash
npx pod-install ios
```
</details>

<details>
<summary>Android</summary>

#### React Native <= 0.59**:
Follow [this guide](https://jeremybarbet.github.io/react-native-modalize/#/INSTALLATION) to complete the Android installation.

Check out the [guide](https://jeremybarbet.github.io/react-native-modalize/#/INSTALLATION) to complete the Android installation.
#### React Native > 0.60
You don't need to follow the guide mentioned above because autolinking from React already did the steps.
</details>

## Usage

Expand Down

0 comments on commit 4fcb51e

Please sign in to comment.