Skip to content

Commit

Permalink
fix: require optional native module (disabled for web platform)
Browse files Browse the repository at this point in the history
  • Loading branch information
achorein committed Jul 9, 2024
1 parent 9f58892 commit 0af7b67
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 224 deletions.
11 changes: 7 additions & 4 deletions example/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
"postinstall": "patch-package"
},
"dependencies": {
"expo": "~51.0.14",
"expo-dev-client": "~4.0.18",
"@expo/metro-runtime": "~3.2.1",
"expo": "~51.0.17",
"expo-dev-client": "~4.0.19",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.17",
"expo-updates": "~0.25.18",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.74.2"
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand Down
Loading

0 comments on commit 0af7b67

Please sign in to comment.