Tags: react-native-community/jsc-android-buildscripts
Tags
update test project to react-native 0.69 (#172) # Why the react-native project for test project is outdated and there're many vulnerable alarms from dependencies. # How 1. mv test test2 2. npx react-native init test --version 0.69 3. change jsc-android maven path in `android/build.gradle` 4. use jsc-android-intl in `android/app/build.gradle` 5. add androidTestImplementation dependencies in `android/app/build.gradle` 6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest 7. update `SimpleTest.java` for the matching text 8. [ci] use java 11 # Test Plan ci passed
CI: Fix test failures (#147) * CI: Fix lldb not found broken * CI: Add GitHub Actions trigger from PR * test: Fix test failure on CI. 1. Use reactivecircus/android-emulator-runner actions to create emulator. Make it clear and fix ILL_ILLOPC exception 2. Use release build to do the instrucment test. 3. Fix PRE_ON_CREATE hanging from ActivityScenario.launch
Update README.md versions (#64) Update README.md to use version 225067 which is the most recent NPM release
PreviousNext