UNPKG

react-native-trimmer

Version:

A Trimmer component that renders in iOS and Android and built entirely in React Native.

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);