Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw authored Oct 4, 2024
1 parent fea0091 commit c733c1f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,18 @@ For example you may end up with something like this

Add the new required dependencies to your project.

Expo:

```json
// package.json
{
"devDependencies": {
"react-native-reanimated": "~3.10.1",
"react-native-gesture-handler": "~2.16.1",
"@gorhom/bottom-sheet": "^4.6.4",
"react-native-svg": "15.2.0"
}
}
npx expo install react-native-reanimated react-native-gesture-handler @gorhom/bottom-sheet react-native-svg
```
RN Cli:

```
npm install react-native-reanimated react-native-gesture-handler @gorhom/bottom-sheet react-native-svg
```

Make sure you use versions of those packages supported by your version of expo/react-native

### Regenerate your requires file

Expand Down

0 comments on commit c733c1f

Please sign in to comment.