NewAppScreen
component for React Native.
import { NewAppScreen } from '@react-native/new-app-screen';
function MyAppOrTemplate() {
...
return <NewAppScreen />;
}
Changes to this package can be made locally and tested against the rn-tester
app, per the Contributing guide.