Skip to content

Commit

Permalink
use js engine jsc on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Oct 30, 2023
1 parent d52ad7f commit 67e7737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion features/fixtures/test-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.bugsnag.expo.testfixture",
"buildNumber": "1"
"buildNumber": "1",
"jsEngine": "jsc"
},
"android": {
"package": "com.bugsnag.expo.testfixture",
Expand Down
7 changes: 5 additions & 2 deletions features/fixtures/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@react-native-community/netinfo": "9.3.5",
"expo": "47.0.13",
"expo": "~47.0.13",
"expo-application": "~5.0.1",
"expo-constants": "~14.0.2",
"expo-crypto": "~12.0.0",
Expand All @@ -19,7 +19,10 @@
"expo-screen-orientation": "~5.0.1",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.8"
"react-native": "0.70.14"
},
"resolutions": {
"expo-modules-core": "1.0.4"
},
"devDependencies": {
"@babel/core": "^7.19.3"
Expand Down

0 comments on commit 67e7737

Please sign in to comment.