6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
![]() |
import registerRootComponent from 'expo/build/launch/registerRootComponent';
|
||
|
|
||
|
import App from '../../App';
|
||
|
|
||
|
registerRootComponent(App);
|