diff --git a/docs/next/fast-refresh.html b/docs/next/fast-refresh.html index 63651ef9446..5319b349e5b 100644 --- a/docs/next/fast-refresh.html +++ b/docs/next/fast-refresh.html @@ -87,7 +87,7 @@
createNavigationContainer(MyScreen). If the returned component is a class, state will be reset.In longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.
+In the longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.
createNavigationContainer(MyScreen). If the returned component is a class, state will be reset.In longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.
+In the longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.
static share(content, options)
Open a dialog to share text content.
-In iOS, Returns a Promise which will be invoked an object containing action, activityType. If the user dismissed the dialog, the Promise will still be resolved with action being Share.dismissedAction and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator.
In iOS, Returns a Promise which will be invoked with an object containing action and activityType. If the user dismissed the dialog, the Promise will still be resolved with action being Share.dismissedAction and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator.
In Android, Returns a Promise which always be resolved with action being Share.sharedAction.
static share(content, options)
Open a dialog to share text content.
-In iOS, Returns a Promise which will be invoked an object containing action, activityType. If the user dismissed the dialog, the Promise will still be resolved with action being Share.dismissedAction and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator.
In iOS, Returns a Promise which will be invoked with an object containing action and activityType. If the user dismissed the dialog, the Promise will still be resolved with action being Share.dismissedAction and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator.
In Android, Returns a Promise which always be resolved with action being Share.sharedAction.