UNPKG

243 BJavaScriptView Raw
1import 'expo/build/Expo.fx';
2import { AppRegistry } from 'react-native';
3export default function registerRootComponent(component) {
4 AppRegistry.registerComponent('main', () => component);
5}
6//# sourceMappingURL=registerRootComponent.js.map
\No newline at end of file