1// @generated by expo-yarn-workspaces 2 3import 'expo/build/Expo.fx'; 4import registerRootComponent from 'expo/build/launch/registerRootComponent'; 5import { activateKeepAwakeAsync } from 'expo-keep-awake'; 6 7import App from './App'; 8 9if (__DEV__) { 10 activateKeepAwakeAsync(); 11} 12 13registerRootComponent(App); 14