Skip to content

Commit d7b9b49

Browse files
kevinkassimogaearon
authored andcommitted
Fix react native example links in README of 'react-reconciler' (facebook#12871)
1 parent 9bed4a6 commit d7b9b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = RendererPublicAPI;
3232

3333
* [React ART](https://github.com/facebook/react/blob/master/packages/react-art/src/ReactART.js)
3434
* [React DOM](https://github.com/facebook/react/blob/master/packages/react-dom/src/client/ReactDOM.js)
35-
* [React Native](https://github.com/facebook/react/blob/master/packages/react-native-renderer/src/ReactNativeFiberRenderer.js)
35+
* [React Native](https://github.com/facebook/react/blob/master/packages/react-native-renderer/src/ReactNativeRenderer.js)
3636

3737
If these links break please file an issue and we’ll fix them. They intentionally link to the latest versions since the API is still evolving.
3838

0 commit comments

Comments
 (0)