6 lines
243 B
JavaScript
6 lines
243 B
JavaScript
import 'expo/build/Expo.fx';
|
|
import { AppRegistry } from 'react-native';
|
|
export default function registerRootComponent(component) {
|
|
AppRegistry.registerComponent('main', () => component);
|
|
}
|
|
//# sourceMappingURL=registerRootComponent.js.map
|