Fix broken link
Summary:Broken link on docs Closes https://github.com/facebook/react-native/pull/6173 Differential Revision: D2999841 fb-gh-sync-id: a7162ee94ea24512ad4b992a5820a0fe89eea0ea shipit-source-id: a7162ee94ea24512ad4b992a5820a0fe89eea0ea
This commit is contained in:
parent
ad8a335864
commit
170f4526f5
|
@ -86,7 +86,7 @@ Setter declaration requirements for methods annotated with `@ReactPropGroup` are
|
|||
|
||||
## 4. Register the `ViewManager`
|
||||
|
||||
The final Java step is to register the ViewManager to the application, this happens in a similar way to [Native Modules](native-modules-android.html), via the applications package member function `createViewManagers.`
|
||||
The final Java step is to register the ViewManager to the application, this happens in a similar way to [Native Modules](docs/native-modules-android.html), via the applications package member function `createViewManagers.`
|
||||
|
||||
```java
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue