Skip to content

Commit ffba3c3

Browse files
committed
build: 📌 fix react-native-reanimated and upgrade deps
1 parent 708dd14 commit ffba3c3

File tree

6 files changed

+1584
-4183
lines changed

6 files changed

+1584
-4183
lines changed

example/app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"supportsTablet": true,
1919
"bundleIdentifier": "com.timelessco.adaptuireactnative"
2020
},
21+
"web": {
22+
"bundler": "webpack",
23+
"favicon": "./assets/icon.png"
24+
},
2125
"assetBundlePatterns": ["**/*"],
2226
"android": {
2327
"package": "com.timelessco.adaptuireactnative"

example/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { registerRootComponent } from "expo";
66
import App from "./src/App";
77

88
import "react-native-gesture-handler";
9+
import "setimmediate";
910

1011
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
1112
// It also ensures that whether you load the app in the Expo client or in a native build,

example/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,28 @@
1111
"start": "expo start --dev-client"
1212
},
1313
"dependencies": {
14+
"@expo/webpack-config": "^18.0.1",
1415
"@react-native-masked-view/masked-view": "0.2.8",
15-
"@react-navigation/drawer": "^6.5.7",
16-
"@react-navigation/native": "^6.0.16",
17-
"@react-navigation/stack": "^6.3.11",
18-
"expo": "^48.0.0",
16+
"@react-navigation/drawer": "^6.6.2",
17+
"@react-navigation/native": "^6.1.6",
18+
"@react-navigation/stack": "^6.3.16",
19+
"expo": "48.0.16",
1920
"expo-dev-client": "~2.2.1",
2021
"expo-haptics": "~12.2.1",
2122
"expo-screen-orientation": "~5.1.1",
22-
"expo-splash-screen": "~0.18.1",
23+
"expo-splash-screen": "~0.18.2",
2324
"expo-status-bar": "~1.4.4",
2425
"react": "18.2.0",
2526
"react-dom": "18.2.0",
2627
"react-native": "0.71.3",
2728
"react-native-gesture-handler": "~2.9.0",
2829
"react-native-popper": "0.3.2",
29-
"react-native-reanimated": "^3.0.1",
30+
"react-native-reanimated": "^3.1.0",
3031
"react-native-safe-area-context": "4.5.0",
3132
"react-native-screens": "~3.20.0",
3233
"react-native-svg": "^13.9.0",
3334
"react-native-web": "~0.18.11",
35+
"setimmediate": "^1.0.5",
3436
"sharp-cli": "^4.1.0",
3537
"twrnc": "^3.6.0"
3638
},
@@ -42,11 +44,10 @@
4244
"@types/react-native": "^0.71.3",
4345
"babel-loader": "8.2.5",
4446
"babel-plugin-module-resolver": "4.1.0",
45-
"babel-preset-expo": "^9.3.0",
46-
"expo-cli": "6.0.0"
47+
"babel-preset-expo": "^9.3.0"
4748
},
4849
"resolutions": {
4950
"react-error-overlay": "6.0.9",
50-
"react-native-reanimated": "3.0.1"
51+
"react-native-reanimated": "3.1.0"
5152
}
5253
}

0 commit comments

Comments
 (0)