Back to Facebook Developer Docs

@react-native/new-app-screen

packages/new-app-screen/README.md

0.85.3532 B
Original Source

@react-native/new-app-screen

NewAppScreen component for React Native.

Usage

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