react-native-test-app icon indicating copy to clipboard operation
react-native-test-app copied to clipboard

fix(android): use CMake instead of ndk-build when on 0.70

Open tido64 opened this issue 3 years ago • 0 comments

Description

Use CMake instead of ndk-build when on react-native 0.70

Platforms affected

  • [x] Android
  • [ ] iOS
  • [ ] macOS
  • [ ] Windows

Test plan

npm run set-react-version 0.70
yarn
cd example/android
sed -i '' 's/#newArchEnabled=true/newArchEnabled=true/' gradle.properties
./gradlew packageReactNdkDebugLibs
./gradlew assembleDebug

tido64 avatar Aug 31 '22 06:08 tido64