Skip to content

fix(react-native): repoint dead links and add missing official resources - #10275

Merged
jcanalesluna merged 1 commit into
nilbuild:masterfrom
charpeni:fix/react-native-dead-links-and-missing-resources
Sep 7, 2026
Merged

fix(react-native): repoint dead links and add missing official resources#10275
jcanalesluna merged 1 commit into
nilbuild:masterfrom
charpeni:fix/react-native-dead-links-and-missing-resources

Conversation

@charpeni

@charpeni charpeni commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

What

  • Replace links that now 404: the Metro docs (facebook.github.io/metro), the removed "RAM Bundles and Inline Requires" page, and the removed Jest tutorial-react page
  • Remove the GeeksforGeeks link, which the contributing guide does not accept
  • Point Async Storage at the community package; reactnative.dev/docs/asyncstorage now says the API was removed from core
  • Update environment setup links to the current "Set Up Your Environment" and "Get Started Without a Framework" pages
  • Add official resources to topics that had none: Testing, View, Listings, ListViews, Understand Frame Rates
  • Add the React Native DevTools, NetInfo, Fetch API and WebSocket docs where a topic only linked a generic article
  • Tighten a few outdated sentences (LogBox, RAM bundles, react-test-renderer deprecation, community CLI) without lengthening descriptions

Verification

  • Every added URL returns HTTP 200
  • Link types follow the official / opensource / article ordering from the contributing guide, and no topic exceeds the link limit
  • prettier --check passes on the touched files, except two pre-existing style issues (setext headings, * bullets) left untouched to keep the diff focused

- Replace 404 links for Metro (facebook.github.io/metro), RAM bundles
  (docs page removed) and React Test Renderer (Jest tutorial removed)
- Remove the GeeksforGeeks link, which the contributing guide disallows
- Point Async Storage links at the community package instead of the
  reactnative.dev page that now says it was removed from core
- Update environment setup links to the current "Set Up Your
  Environment" and "Get Started Without a Framework" pages
- Add official resources to topics that had none: Testing, View,
  Listings, ListViews, Understand Frame Rates
- Add React Native DevTools, NetInfo, Fetch API and WebSocket docs where
  the topic only linked a generic article
- Tighten outdated sentences (LogBox, RAM bundles, react-test-renderer
  deprecation, community CLI) without lengthening descriptions
@jcanalesluna
jcanalesluna merged commit 1a330f5 into nilbuild:master Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants