UNPKG

react-native-trimmer

Version:

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

4 lines (3 loc) 197 B
import * as React from 'react'; import { InitialProps } from './withExpoRoot.types'; export default function registerRootComponent<P extends InitialProps>(component: React.ComponentType<P>): void;