Skip to content

Commit 0fe92e0

Browse files
committed
.
1 parent 46e2044 commit 0fe92e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/13.x/docs/guides/react-19.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# React 19 & Suspense Support
22

3-
React 19 introduced full support for React Suspense, `React.use()`, and other async rendering features to React Native. These new capabilities enable more sophisticated async patterns but also require updates to testing approaches.
3+
React 19 introduced full support for React Suspense, `React.use()`, and other async rendering features to React Native [0.78.0](https://github.com/facebook/react-native/releases/tag/v0.78.0). These new capabilities enable more sophisticated async patterns but also require updates to testing approaches.
44

55
## Impact on React Rendering
66

7-
React 19's async rendering features make React's rendering process more asynchronous by nature. This requires the use of the `async act` helper when testing components that use these new APIs, which in turn affects several React Native Testing Library APIs.
7+
React 19's async rendering features make React's rendering process more asynchronous by nature. This requires the use of the [`async act`](https://react.dev/reference/react/act) helper when testing components that use these new APIs, which in turn affects several React Native Testing Library APIs.
88

99
Note that `renderAsync`, and other changes support React 18.
1010

0 commit comments

Comments
 (0)