UNPKG

react-native-trimmer

Version:

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

6 lines 271 B
import { AppRegistry } from 'react-native'; import withExpoRoot from './withExpoRoot'; export default function registerRootComponent(component) { AppRegistry.registerComponent('main', () => withExpoRoot(component)); } //# sourceMappingURL=registerRootComponent.js.map