A tabs router has a routeConfig for each possible tab: const MyApp = TabRouter({ // This is the RouteConfig: Home: { screen: HomeScreen, path: 'main', } ...
確定! 回上一頁