UNPKG

react-native-cn-richtext-editor

Version:
11 lines (7 loc) 199 B
import { registerRootComponent } from 'expo'; import { activateKeepAwake } from 'expo-keep-awake'; import App from '../../App'; if (__DEV__) { activateKeepAwake(); } registerRootComponent(App);