You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
New react native projects from react-native-communit/template use components from the `NewAppScreen` which is currently not root exported:
```
import {
Colors,
DebugInstructions,
Header,
LearnMoreLinks,
ReloadInstructions,
} from 'react-native/Libraries/NewAppScreen';
```
This diff adds re-export of the NewAppScreen as a namespace to state the origin of imported components clearly.
Changelog:
[Internal]
Differential Revision: D73242541
0 commit comments