@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.