UNPKG

react-native-template-by-nh

Version:

React Native Template for a quick start with TypeScript using best existing libraries and scalable structure

12 lines (9 loc) 241 B
import {RouteNames} from '@navigation/routesNames'; declare global { namespace ReactNavigation { interface RootParamList extends RootStackParamList {} } } export type RootStackParamList = { [RouteNames.HomeScreen]: undefined; };