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