mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3ae9328571
Summary: While testing I notice that `types/react` was not updated in some peer depencies ## Changelog: [GENERAL] [CHANGED] - Bump types/react to 19.1 Pull Request resolved: https://github.com/facebook/react-native/pull/52059 Test Plan: CI should be green Reviewed By: christophpurrer Differential Revision: D76763084 Pulled By: sbuggay fbshipit-source-id: c078c03aa57ca04040c64986dd7957da8a6f2c2d
@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.