UNPKG

400 BJavaScriptView Raw
1import 'expo/build/Expo.fx';
2import { activateKeepAwake } from 'expo-keep-awake';
3import { AppRegistry } from 'react-native';
4import withExpoRoot from './withExpoRoot';
5if (__DEV__) {
6 activateKeepAwake();
7}
8export default function registerRootComponent(component) {
9 AppRegistry.registerComponent('main', () => withExpoRoot(component));
10}
11//# sourceMappingURL=registerRootComponent.expo.js.map
\No newline at end of file