-
Couldn't load subscription status.
- Fork 276
v14 (alpha) - React 19 only, uses new renderer #1705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # .github/workflows/ci.yml # jest-setup.ts # package.json # src/__tests__/config.test.ts # src/__tests__/host-component-names.test.tsx # src/__tests__/render.test.tsx # src/act.ts # src/config.ts # src/fire-event.ts # src/helpers/__tests__/component-tree.test.tsx # src/helpers/accessibility.ts # src/helpers/component-tree.ts # src/helpers/debug.ts # src/helpers/host-component-names.tsx # src/helpers/matchers/match-label-text.ts # src/helpers/text-input.ts # src/queries/__tests__/accessibility-state.test.tsx # src/queries/__tests__/accessibility-value.test.tsx # src/queries/accessibility-state.ts # src/queries/accessibility-value.ts # src/render.tsx # src/user-event/press/press.ts # yarn.lock
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1705 +/- ##
==========================================
- Coverage 95.38% 95.33% -0.05%
==========================================
Files 94 89 -5
Lines 5245 4871 -374
Branches 892 530 -362
==========================================
- Hits 5003 4644 -359
+ Misses 242 227 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Conflicts: # .github/workflows/ci.yml # jest-setup.ts # package.json # src/__tests__/react-native-animated.test.tsx # src/__tests__/render-hook.test.tsx # src/__tests__/render.test.tsx # src/__tests__/wait-for.test.tsx # src/act.ts # src/fire-event.ts # src/helpers/__tests__/component-tree.test.tsx # src/helpers/accessibility.ts # src/helpers/component-tree.ts # src/helpers/debug.ts # src/helpers/find-all.ts # src/helpers/format.ts # src/helpers/host-component-names.ts # src/helpers/matchers/match-accessibility-state.ts # src/helpers/matchers/match-accessibility-value.ts # src/helpers/matchers/match-label-text.ts # src/helpers/matchers/match-text-content.ts # src/helpers/pointer-events.ts # src/helpers/string-validation.ts # src/helpers/text-input.ts # src/index.ts # src/matchers/__tests__/to-be-empty-element.test.tsx # src/matchers/__tests__/utils.test.tsx # src/matchers/to-be-busy.ts # src/matchers/to-be-checked.ts # src/matchers/to-be-disabled.ts # src/matchers/to-be-empty-element.ts # src/matchers/to-be-expanded.ts # src/matchers/to-be-on-the-screen.ts # src/matchers/to-be-partially-checked.ts # src/matchers/to-be-selected.ts # src/matchers/to-be-visible.ts # src/matchers/to-contain-element.ts # src/matchers/to-have-accessibility-value.ts # src/matchers/to-have-accessible-name.ts # src/matchers/to-have-display-value.ts # src/matchers/to-have-prop.ts # src/matchers/to-have-style.ts # src/matchers/to-have-text-content.ts # src/matchers/types.ts # src/matchers/utils.ts # src/native-state.ts # src/queries/display-value.ts # src/queries/hint-text.ts # src/queries/label-text.ts # src/queries/make-queries.ts # src/queries/placeholder-text.ts # src/queries/role.ts # src/queries/test-id.ts # src/queries/text.ts # src/queries/unsafe-props.ts # src/queries/unsafe-type.ts # src/render-act.ts # src/render.tsx # src/screen.ts # src/user-event/clear.ts # src/user-event/index.ts # src/user-event/paste.ts # src/user-event/press/press.ts # src/user-event/scroll/scroll-to.ts # src/user-event/setup/setup.ts # src/user-event/type/type.ts # src/user-event/utils/dispatch-event.ts # src/within.ts # yarn.lock
|
Is this alpha ever going to be released? |
|
No concrete plans to release it. Use v13. |
Summary
This is the release branch for RNTL v14, which will use the new renderer. Currently it supports React 19 & RN 0.77+.
Test plan