mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
import registerRootComponent from 'expo/build/launch/registerRootComponent';
|
|
import App from './src/App';
|
|
|
|
registerRootComponent(App);
|