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