Skip to content

Commit

Permalink
chore: support expo-device 6.x (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig authored Jun 21, 2024
1 parent c74d9a2 commit 2ae82fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
"@expo/metro-runtime": "~3.1.1",
"@react-native-async-storage/async-storage": "^1.19.3",
"expo": "~51.0.12",
"expo-application": "^5.4.0",
"expo-device": "^5.6.0",
"expo-application": "5.*",
"expo-device": "6.*",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.11.1",
"next": "14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
"react-native": "0.*",
"expo-application": "5.*",
"expo-device": "5.*"
"expo-device": "5.* || 6.*"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/scripts/fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ delete_directory "tmp"
delete_directory ".nx"

echo "----------------"
echo "Searching for node_modules/ folders..."
echo "Searching for node_modules folders (This can take a few minutes)..."
find . -name "node_modules" -type d -exec rm -rf {} +
echo "Deleted all node_modules/ folders."
echo "Deleted all node_modules folders."
echo "----------------"


Expand Down

0 comments on commit 2ae82fb

Please sign in to comment.