UNPKG

react-native-expo-image-cropper

Version:
12 lines (8 loc) 259 B
import 'expo/build/Expo.fx'; import registerRootComponent from 'expo/build/launch/registerRootComponent'; import { activateKeepAwake } from 'expo-keep-awake'; import App from '../../App'; if (__DEV__) { activateKeepAwake(); } registerRootComponent(App);