mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import { ScreenProps } from './types';
|
|
|
|
export default function Screen(_: ScreenProps) {
|
|
/* istanbul ignore next */
|
|
return null;
|
|
}
|