RN support feature branch
📦 Published PR as canary version: 13.3.5--canary.1224.20282131636.0
:sparkles: Test out this PR locally via:
npm install [email protected]
# or
yarn add [email protected]
📦 Package Size: 5724 KB
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 71.79%. Comparing base (8e40794) to head (692cf70).
:warning: Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1224 +/- ##
==========================================
+ Coverage 71.65% 71.79% +0.14%
==========================================
Files 204 205 +1
Lines 7637 7675 +38
Branches 1366 1379 +13
==========================================
+ Hits 5472 5510 +38
Misses 2143 2143
Partials 22 22
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
A quick point about the patch release label: it's a bit odd for React Native support to be a patch release, but from the CLI perspective, I think it's correct. The user-facing API doesn't change at all with this release, since no user can create a React Native app yet (unless we're counting Chromatic engineers testing things). So I went with patch release. Happy to discuss this, however.