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