NTP-13248 | RN + Reanimated version bump (#13779)

Co-authored-by: Rohitaksh Choudhary <rohitaksh.choudhary@navi.com>
This commit is contained in:
Kshitij Pramod Ghongadi
2024-12-11 20:50:07 +05:30
committed by GitHub
parent f8367457cc
commit 8a4fd0b50c
3 changed files with 7 additions and 8 deletions

View File

@@ -216,7 +216,8 @@ static def formatString(String value) {
project.ext.react = [ project.ext.react = [
entryFile : "index.js", entryFile : "index.js",
enableHermes: true // clean and rebuild if changing enableHermes: true, // clean and rebuild if changing
newArchEnabled: false
] ]
project.ext.envConfigFiles = [ project.ext.envConfigFiles = [

View File

@@ -1,6 +1,4 @@
module.exports = { module.exports = {
presets: ['module:metro-react-native-babel-preset'], presets: ["module:@react-native/babel-preset"],
plugins: [ plugins: ["react-native-reanimated/plugin"],
"react-native-reanimated/plugin",
]
}; };

View File

@@ -34,14 +34,14 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lottie-react-native": "^5.1.6", "lottie-react-native": "^5.1.6",
"react": "^18.2.0", "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-code-push": "8.2.1",
"react-native-config": "^1.5.1", "react-native-config": "^1.5.1",
"react-native-gesture-handler": "^2.14.0", "react-native-gesture-handler": "^2.14.0",
"react-native-linear-gradient": "^2.5.6", "react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^13.0.1", "react-native-modal": "^13.0.1",
"react-native-reanimated": "^3.6.1", "react-native-safe-area-context": "^4.10.1",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.29.0", "react-native-screens": "^3.29.0",
"react-native-skeleton-placeholder": "^5.2.4", "react-native-skeleton-placeholder": "^5.2.4",
"react-native-webp-format": "^1.2.0", "react-native-webp-format": "^1.2.0",