Skip to content

Commit

Permalink
fix: allow 7.* of expo-device (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-statsig authored Dec 2, 2024
1 parent 3d14f63 commit bc884c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
"react-native": "0.*",
"expo-application": "5.* || 6.*",
"expo-device": "5.* || 6.*"
"expo-device": "5.* || 6.* || 7.*"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down

0 comments on commit bc884c8

Please sign in to comment.