diff --git a/docs/image.html b/docs/image.html
index bf812f589bc..6198450d79b 100644
--- a/docs/image.html
+++ b/docs/image.html
@@ -50,10 +50,41 @@ using local resources that are outside of Images.xcassets.
initialRouteOptionally provide a navigation bar that persists across scene transitions
Optionally provide the navigator object from a parent Navigator
@deprecated
Use navigationContext.addListener('didfocus', callback) instead.
Will be called with the new route of each scene after the transition is -complete or after the initial mounting
Will be called with (ref, indexInStack, route) when the scene ref changes
@deprecated +complete or after the initial mounting
@deprecated
Use navigationContext.addListener('willfocus', callback) instead.
Will emit the target route upon mounting and before each nav transition
Required function which renders the scene for a given route. Will be invoked with the route and the navigator object
Styles to apply to the container of each scene