mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
improve wording in router docs (#2894)
This commit is contained in:
@@ -13,7 +13,7 @@ Routers define a component's navigation state, and they allow the developer to d
|
||||
|
||||
## Using Routers
|
||||
|
||||
To make a navigator manually, put a static `router` on a component. (To quickly make a navigator with a built-in component, it may be easier to use a [Navigator Factory](/docs/navigators) instead)
|
||||
To make a navigator manually, put a static `router` on a component. (To quickly make a navigator with a built-in component, it may be easier to use a [built-in navigator](/docs/navigators) instead)
|
||||
|
||||
```js
|
||||
class MyNavigator extends React.Component {
|
||||
|
||||
Reference in New Issue
Block a user