-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change expo deps as peers to support expo-modules (#57)
- Loading branch information
1 parent
2118022
commit 5897e78
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ yarn add react-native-hold-menu | |
This library needs these dependencies to be installed in your project before you can use it: | ||
|
||
```bash | ||
yarn add [email protected] react-native-gesture-handler react-native-unimodules | ||
yarn add [email protected] react-native-gesture-handler react-native-unimodules expo-blur expo-haptics | ||
``` | ||
|
||
:::info | ||
|