Files
react-navigation/src/Screen.tsx
2019-07-13 08:33:40 +02:00

7 lines
135 B
TypeScript

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