diff --git a/doc/docs/doc/getting-started.md b/doc/docs/doc/getting-started.md index 24d6e9c..64a6ee9 100644 --- a/doc/docs/doc/getting-started.md +++ b/doc/docs/doc/getting-started.md @@ -113,7 +113,6 @@ npm install react-native-pager-view **react-native-reanimated** - ```bash npm2yarn npx expo install react-native-reanimated ``` @@ -139,6 +138,12 @@ Add this import to the top of your app entry file, such as App.js: ```js import 'react-native-gesture-handler'; ``` +**react-native-pager-view** + +```bash npm2yarn +npx expo install react-native-pager-view +``` +