Skip to content

Commit

Permalink
Merge pull request #89 from DogusErdem/fix/installing--pager-with-expo
Browse files Browse the repository at this point in the history
fix: react-native-pager-view installation added to documentation
  • Loading branch information
KaganYrk authored Feb 1, 2024
2 parents d4a620a + 6cf7876 commit 25f87d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/docs/doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ npm install react-native-pager-view

**react-native-reanimated**


```bash npm2yarn
npx expo install react-native-reanimated
```
Expand All @@ -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
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 25f87d0

Please sign in to comment.