Skip to content

Commit

Permalink
Added Expo to Peer Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larcho committed Nov 30, 2024
1 parent ea48e42 commit a1c963a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"dependencies": {},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": "*",
"expo": ">=49.0.0"
},
"devDependencies": {
"@expo/config": "^10.0.5",
Expand Down

0 comments on commit a1c963a

Please sign in to comment.