Files
react-navigation/src/Screen.tsx
2019-07-18 15:14:47 +02:00

7 lines
135 B
TypeScript

import { RouteConfig } from './types';
export default function Screen(_: RouteConfig) {
/* istanbul ignore next */
return null;
}