Skip to content

Commit

Permalink
upgrade: expo 50/rn 73/skia 1.0+
Browse files Browse the repository at this point in the history
removes reanimated plugin
removes android/ios
  • Loading branch information
zibs committed May 6, 2024
1 parent 12f25b6 commit f1e54eb
Show file tree
Hide file tree
Showing 34 changed files with 3,160 additions and 5,215 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_modules/
example/.expo/
dist/
web-build/
example/android/*
example/ios/*

# Native
*.orig.*
Expand Down
6 changes: 4 additions & 2 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
"bundleIdentifier": "com.formidable.victorynativexldemo"
},
"android": {
"userInterfaceStyle": "automatic"
"userInterfaceStyle": "automatic",
"package": "com.formidable.victorynativexldemo"
},
"plugins": [
"expo-router"
"expo-router",
"expo-asset"
],
"extra": {
"router": {
Expand Down
6 changes: 1 addition & 5 deletions example/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: [
"react-native-dark/plugin",
"react-native-reanimated/plugin",
"expo-router/babel",
],
plugins: ["react-native-dark/plugin"],
};
};
30 changes: 0 additions & 30 deletions example/ios/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions example/ios/.xcode.env

This file was deleted.

87 changes: 0 additions & 87 deletions example/ios/Podfile

This file was deleted.

Loading

0 comments on commit f1e54eb

Please sign in to comment.