Skip to content

Commit

Permalink
fix: Broken mobile build
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Nov 9, 2023
1 parent f26b3f8 commit b408a82
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 70 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = function (api) {
presets: ["babel-preset-expo"],
plugins: [
"transform-inline-environment-variables",
"react-native-reanimated/plugin",
"macros",
[
"module-resolver",
Expand All @@ -27,6 +26,7 @@ module.exports = function (api) {
allowUndefined: true
},
],
"react-native-reanimated/plugin",
],
};
};
85 changes: 32 additions & 53 deletions package-lock.json

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

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@solana/web3.js": "1.77.3",
"axios": "1.4.0",
"buffer": "6.0.3",
"expo": "~48.0.18",
"expo-blur": "~12.2.2",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo": "48.0.18",
"expo-blur": "12.2.2",
"expo-constants": "14.2.1",
"expo-dev-client": "2.2.1",
"expo-image-picker": "14.1.1",
"expo-linear-gradient": "12.1.2",
"expo-splash-screen": "0.18.2",
"expo-status-bar": "1.4.4",
"lodash": "4.17.21",
"react": "18.2.0",
"react-async-hook": "4.0.0",
Expand All @@ -66,16 +66,16 @@
"react-native": "0.71.8",
"react-native-dotenv": "3.4.9",
"react-native-error-boundary": "1.2.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "~1.9.0",
"react-native-gesture-handler": "2.9.0",
"react-native-get-random-values": "1.9.0",
"react-native-heroicons": "3.2.0",
"react-native-modalfy": "3.4.0",
"react-native-reanimated": "~2.14.4",
"react-native-reanimated": "2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-screens": "3.20.0",
"react-native-skeleton-content": "1.0.28",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.12",
"react-native-web": "0.18.12",
"recoil": "*",
"split-graphemes": "0.5.0",
"twrnc": "*",
Expand All @@ -85,8 +85,8 @@
"@babel/core": "7.21.3",
"@expo/webpack-config": "18.0.1",
"@types/lodash": "4.14.197",
"@types/react": "~18.0.28",
"@types/react-native": "~0.71.3",
"@types/react": "18.0.28",
"@types/react-native": "0.71.3",
"@types/react-native-dotenv": "0.2.0",
"babel-plugin-macros": "3.1.0",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
Expand All @@ -101,7 +101,7 @@
"uuid": "*",
"xnft": "latest"
},
"resolutions": {
"overrides": {
"react-error-overlay": "6.0.11",
"react-native-reanimated": "2.14.4"
},
Expand Down

0 comments on commit b408a82

Please sign in to comment.