Skip to content

Commit

Permalink
fix: change expo deps as peers to support expo-modules (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnysantino committed Jan 18, 2022
1 parent 2118022 commit 5897e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -41,8 +41,6 @@
},
"dependencies": {
"@gorhom/portal": "^1.0.3",
"expo-blur": "^9.0.0",
"expo-haptics": "^9.0.0",
"lodash.isequal": "^4.5.0",
"nanoid": "^3.1.20"
},
Expand Down Expand Up @@ -75,6 +73,8 @@
"typescript": "~4.0.0"
},
"peerDependencies": {
"expo-blur": ">=9.0.0",
"expo-haptics": ">=9.0.0",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": ">=1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started.mdx
Expand Up @@ -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 react-native-reanimated@2.1.0 react-native-gesture-handler react-native-unimodules
yarn add react-native-reanimated@2.1.0 react-native-gesture-handler react-native-unimodules expo-blur expo-haptics
```

:::info
Expand Down

0 comments on commit 5897e78

Please sign in to comment.