@kyunkakata/new-app-screen
v0.81.4
Published
NewAppScreen component for React Native
Downloads
6
Readme
@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.
