yeet
This commit is contained in:
6
node_modules/expo/build/launch/registerRootComponent.js
generated
vendored
Normal file
6
node_modules/expo/build/launch/registerRootComponent.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import 'expo/build/Expo.fx';
|
||||
import { AppRegistry } from 'react-native';
|
||||
export default function registerRootComponent(component) {
|
||||
AppRegistry.registerComponent('main', () => component);
|
||||
}
|
||||
//# sourceMappingURL=registerRootComponent.js.map
|
Reference in New Issue
Block a user