Closed yousif-bugsnag closed 3 months ago
NPM build
Package | |
---|---|
Before | 191.20 kB |
After | 191.20 kB |
± | No change |
CDN build
Unminified | Minfied | Minified + gzipped | |
---|---|---|---|
Before | 95.92 kB |
35.88 kB |
10.87 kB |
After | 95.92 kB |
35.88 kB |
10.87 kB |
± | No change | No change | No change |
Coverage values did not change👌.
Total:
Lines | Branches | Functions | Statements |
---|---|---|---|
85.96%(+0%) | 76.96%(+0%) | 86.63%(+0%) | 82.56%(+0%) |
Generated against 168d627b51686886b1266be4e58a87330d29bd33 on 1 August 2024 at 13:31:32 UTC
Goal
Adds React Native 0.64 tests to CI, and fixes a few minor issues found during testing
Changeset
Updated the test fixture generation script to allow generating a working 0.64 test fixture:
configureRN064Fixture
)Updated the scenario-launcher package to support RN 0.64
unstable_RootTagContext
ifRootTagContext
is unavailable (this changed in 0.65)Added a React import to the app start plugin
Fixed a render error in the
CompleteNavigation
component forplugin-react-navigation
Testing
Covered by a full CI run