mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: I noticed the link to networking in new app screen is wrong. So correcting it here ## Changelog: [GENERAL][FIXED] - Fix Networking URL in New app screen Pull Request resolved: https://github.com/facebook/react-native/pull/51396 Test Plan: Click on the link to open Reviewed By: arushikesarwani94 Differential Revision: D74886240 Pulled By: cortinico fbshipit-source-id: 19ccf63e64f0e40df4a0ab4082299c654926e35d
@react-native/new-app-screen
NewAppScreen component for React Native.
Usage
import { NewAppScreen } from '@react-native/new-app-screen';
function MyAppOrTemplate() {
...
return <NewAppScreen />;
}
Contributing
Changes to this package can be made locally and tested against the rn-tester app, per the Contributing guide.