Skip to content

Commit af0799f

Browse files
committed
minor fixes
1 parent 36931a6 commit af0799f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/blog/2025-06-12-react-native-0.80.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Moreover, the Legacy Architecture of React Native is now officially frozen, and
1717

1818
### Highlights
1919

20-
- [JavaScript deep imports deprecation](TODO)
21-
- [Legacy Architecture Freezing & Warnings](TODO)
22-
- [React 19.1.0](TODO)
23-
- [Experimental - React Native iOS dependencies are now prebuilt](TODO)
20+
- [JavaScript deep imports deprecation](/blog/2025/06/12/react-native-0.80#javascript-deep-imports-deprecation)
21+
- [Legacy Architecture Freezing & Warnings](/blog/2025/06/12/react-native-0.80#legacy-architecture-freezing--warnings)
22+
- [React 19.1.0](/blog/2025/06/12/react-native-0.80#react-1910)
23+
- [Experimental - React Native iOS dependencies are now prebuilt](/blog/2025/06/12/react-native-0.80#experimental---react-native-ios-dependencies-are-now-prebuilt)
2424

2525
<!--truncate-->
2626

@@ -81,7 +81,7 @@ You can read about all the new features and bugfixes introduced in React 19.1.0
8181

8282
One notable feature of React 19.1.0 is the implementation and improvements of owner stacks. This is a development only feature that should help you identify which component is responsible for a specific error.
8383

84-
However, we are aware that owner stacks are not working as expected in React Native if you use the `@babel/plugin-transform-function-name` Babel plugin, which is enabled by default in the React Native Babel Preset. We will be shipping a fix for this in a future patch of React Native 0.80.x.
84+
However, we are aware that owner stacks are not working as expected in React Native if you use the `@babel/plugin-transform-function-name` Babel plugin, which is enabled by default in the React Native Babel Preset. We will be shipping a fix for this in a future release of React Native.
8585

8686
:::
8787

0 commit comments

Comments
 (0)