diff --git a/.github/workflows/install-test-react-native.yml b/.github/workflows/install-test-react-native.yml index 0bd5bec2d1..1fd4d396bb 100644 --- a/.github/workflows/install-test-react-native.yml +++ b/.github/workflows/install-test-react-native.yml @@ -27,8 +27,8 @@ jobs: - latest #- next react-native-version: - - latest - #- next + #- latest + - next # - nightly # Enable if it's not too noizy new-architecture: #- true @@ -42,7 +42,7 @@ jobs: #- 13.1 node: # RN bumped minimum Node version: https://github.com/huntie/react-native/blob/6cb6b81dd1c6b74a0f4bac5b06fa5aef93b48fe4/CHANGELOG.md?plain=1#L15 - - 16 + - 18 # env: # DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app steps: @@ -107,7 +107,7 @@ jobs: api-level: 29 target: google_apis script: npm test -- --platform android - emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + emulator-options: -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true working-directory: install-tests/react-native