Skip to content

Commit

Permalink
RNMobile: Updated legacy links in documentation (WordPress#59346)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: fabiankaegy <[email protected]>
  • Loading branch information
3 people authored Feb 25, 2024
1 parent 7a36663 commit a70c05b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contributors/code/react-native/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Native mobile editor

The Gutenberg repository includes the source for the [React Native](https://facebook.github.io/react-native/) based editor for mobile.
The Gutenberg repository includes the source for the [React Native](https://reactnative.dev/) based editor for mobile.

## Mind the mobile

Expand Down
2 changes: 1 addition & 1 deletion packages/element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ This is the same concept as the React Native implementation.

_Related_

- <https://facebook.github.io/react-native/docs/platform-specific-code#platform-module> Here is an example of how to use the select method:
- <https://reactnative.dev/docs/platform-specific-code#platform-module> Here is an example of how to use the select method:

_Usage_

Expand Down
2 changes: 1 addition & 1 deletion packages/element/src/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Platform = {
*
* This is the same concept as the React Native implementation.
*
* @see https://facebook.github.io/react-native/docs/platform-specific-code#platform-module
* @see https://reactnative.dev/docs/platform-specific-code#platform-module
*
* Here is an example of how to use the select method:
* @example
Expand Down
2 changes: 1 addition & 1 deletion test/native/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
'node_modules',
],
moduleNameMapper: {
// Mock the CSS modules. See https://facebook.github.io/jest/docs/en/webpack.html#handling-static-assets
// Mock the CSS modules. See https://jestjs.io/docs/webpack#handling-static-assets
'\\.(scss)$': '<rootDir>/test/native/__mocks__/styleMock.js',
'\\.(eot|otf|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
'<rootDir>/test/native/__mocks__/fileMock.js',
Expand Down

0 comments on commit a70c05b

Please sign in to comment.