diff --git a/metadata/com.nunti.yml b/metadata/com.nunti.yml index 5ff6b1fe7e..6f9c5fa68a 100644 --- a/metadata/com.nunti.yml +++ b/metadata/com.nunti.yml @@ -505,8 +505,6 @@ Builds: gradle: - yes output: build/outputs/apk/release/app-release-unsigned.apk - srclibs: - - react-native-reanimated@2.3.1 prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >> build.gradle scanignore: @@ -523,18 +521,9 @@ Builds: - Nunti/node_modules/react-native/ReactAndroid/build.gradle - Nunti/node_modules/react-native-bootsplash/android/build.gradle - Nunti/node_modules/react-native-webview/android/build.gradle + - Nunti/node_modules/react-native-reanimated/android/build.gradle scandelete: - Nunti/node_modules - build: - - REACT_NATIVE_VERSION=`npm pkg get 'dependencies.react-native' | sed -E 's/^"([0-9]+\.[0-9]+\.[0-9]+)"/\1/'` - - REACT_NATIVE_VERSION_MINOR=`echo ${REACT_NATIVE_VERSION} | sed -E 's/^[0-9]+\.([0-9]+)\.[0-9]+/\1/'` - - pushd $$react-native-reanimated$$ - - pushd .. - - yarn add react-native@"${REACT_NATIVE_VERSION}" - - popd - - FOR_HERMES=True gradle :assembleRelease - - popd - - mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-${REACT_NATIVE_VERSION_MINOR}-hermes.aar ndk: r23 AutoUpdateMode: Version %v