mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 13:05:26 +08:00
Make TabNavigator code example formatting consistent (#462)
* Make TabNavigator code example formatting consistent * Fix typo in StackRouter docs
This commit is contained in:
committed by
Mike Grabowski
parent
37ea268d3f
commit
eb6646f6da
@@ -16,7 +16,7 @@ const MyApp = StackRouter({
|
||||
|
||||
### RouteConfig
|
||||
|
||||
A basic stack router have a route config. Here is an example configuration:
|
||||
A basic stack router expects a route config object. Here is an example configuration:
|
||||
|
||||
```js
|
||||
const MyApp = StackRouter({ // This is the RouteConfig:
|
||||
|
||||
Reference in New Issue
Block a user