UNPKG

226 BTypeScriptView Raw
1import 'expo/build/Expo.fx';
2import * as React from 'react';
3import { InitialProps } from './withExpoRoot.types';
4export default function registerRootComponent<P extends InitialProps>(component: React.ComponentType<P>): void;