mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-08 12:32:58 +00:00
Update AppRegistry docs
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
`AppRegistry` is the control point for registering, running, prerendering, and
|
`AppRegistry` is the control point for registering, running, prerendering, and
|
||||||
unmounting all apps. App root components should register themselves with
|
unmounting all apps. App root components should register themselves with
|
||||||
`AppRegistry.registerComponent`. Apps can be run by invoking
|
`AppRegistry.registerComponent`. Apps can be run by invoking
|
||||||
`AppRegistry.runApplication`, and prerendered by invoking
|
`AppRegistry.runApplication` (see the [client and server rendering
|
||||||
`AppRegistry.prerenderApplication` (see the [client and server rendering
|
|
||||||
guide](../guides/rendering.md) for more details).
|
guide](../guides/rendering.md) for more details).
|
||||||
|
|
||||||
To "stop" an application when a view should be destroyed, call
|
To "stop" an application when a view should be destroyed, call
|
||||||
|
|||||||
Reference in New Issue
Block a user