use latest reanimated

This commit is contained in:
Samuel Newman
2025-12-26 16:08:11 +00:00
parent 8fe0ffa616
commit 73506f6942
5 changed files with 302 additions and 487 deletions
+3 -1
View File
@@ -240,13 +240,15 @@ module.exports = function (_config) {
{
ios: {
deploymentTarget: '15.1',
buildReactNativeFromSource: true,
buildReactNativeFromSource: IS_PRODUCTION,
reactNativeReleaseLevel: 'experimental',
},
android: {
compileSdkVersion: 35,
targetSdkVersion: 35,
buildToolsVersion: '35.0.0',
buildReactNativeFromSource: true,
reactNativeReleaseLevel: 'experimental',
},
},
],