UNPKG

react-native-cn-richtext-editor

Version:
7 lines 361 B
import { AppRegistry } from 'react-native'; import withExpoRoot from './withExpoRoot'; export default function registerRootComponent(component) { // @ts-ignore: TypeScript says ComponentClass<P> does not satisfy ComponentClass<any> AppRegistry.registerComponent('main', () => withExpoRoot(component)); } //# sourceMappingURL=registerRootComponent.js.map