react-native-test-app
react-native-test-app copied to clipboard
fix(android): use CMake instead of ndk-build when on 0.70
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