NTP-13248 | RN + Reanimated version bump (#13779)
Co-authored-by: Rohitaksh Choudhary <rohitaksh.choudhary@navi.com>
This commit is contained in:
committed by
GitHub
parent
f8367457cc
commit
8a4fd0b50c
@@ -216,7 +216,8 @@ static def formatString(String value) {
|
||||
|
||||
project.ext.react = [
|
||||
entryFile : "index.js",
|
||||
enableHermes: true // clean and rebuild if changing
|
||||
enableHermes: true, // clean and rebuild if changing
|
||||
newArchEnabled: false
|
||||
]
|
||||
|
||||
project.ext.envConfigFiles = [
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
module.exports = {
|
||||
presets: ['module:metro-react-native-babel-preset'],
|
||||
plugins: [
|
||||
"react-native-reanimated/plugin",
|
||||
]
|
||||
presets: ["module:@react-native/babel-preset"],
|
||||
plugins: ["react-native-reanimated/plugin"],
|
||||
};
|
||||
|
||||
@@ -34,14 +34,14 @@
|
||||
"lodash": "^4.17.21",
|
||||
"lottie-react-native": "^5.1.6",
|
||||
"react": "^18.2.0",
|
||||
"react-native": "0.73.2",
|
||||
"react-native": "0.74.0",
|
||||
"react-native-reanimated": "3.11.0",
|
||||
"react-native-code-push": "8.2.1",
|
||||
"react-native-config": "^1.5.1",
|
||||
"react-native-gesture-handler": "^2.14.0",
|
||||
"react-native-linear-gradient": "^2.5.6",
|
||||
"react-native-modal": "^13.0.1",
|
||||
"react-native-reanimated": "^3.6.1",
|
||||
"react-native-safe-area-context": "^4.7.1",
|
||||
"react-native-safe-area-context": "^4.10.1",
|
||||
"react-native-screens": "^3.29.0",
|
||||
"react-native-skeleton-placeholder": "^5.2.4",
|
||||
"react-native-webp-format": "^1.2.0",
|
||||
|
||||
Reference in New Issue
Block a user