mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-26 04:26:43 +08:00
feat: add backBehavior to TabRouter
This commit is contained in:
committed by
Satyajit Sahoo
parent
0e2754df5b
commit
cc76c69e70
@@ -14,8 +14,7 @@ import {
|
||||
DefaultRouterOptions,
|
||||
} from '../src/index';
|
||||
|
||||
type Props = {
|
||||
initialRouteName?: string;
|
||||
type Props = DefaultRouterOptions & {
|
||||
children: React.ReactNode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user