diff --git a/README.md b/README.md
index 2a582ded..29feb381 100644
--- a/README.md
+++ b/README.md
@@ -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
+```
+
+ iOS
+
+```bash
npx pod-install ios
```
+
+
+
+ Android
+
+#### 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.
+
## Usage