NavigatorIOS#interactivePopGestureEnabled

interactivePopGestureEnabled bool A Boolean value that indicates whether the interactive pop gesture is enabled. Useful for enabling/disabling the back swipe navigation gesture. If this prop is not provided, the default behavior is for the back swipe gesture to be enabled when the navigation bar is shown and disabled when the navigation bar is hidden. Once you've provided the interactivePopGestureEnabled prop, you can never restore the default behavior.

TextInput#onChange

onChange function Callback that is called when the text input's text changes.

PickerIOS#onValueChange

onValueChange function

IntentAndroid.openURL()

static openURL(url) Starts a corresponding external activity for the given URL. For example, if the URL is "https://www.facebook.com", the system browser will be opened, or the "choose application" dialog will be shown. You can use other URLs, like a location (e.g. "geo:37.484847,-122.148386"), a contact, or any other URL that can be opened with {@code Intent.ACTION_VIEW}. NOTE: This method will fail if the system doesn't know how to open the specified URL. If you're passing in a non-http(s)

Navigator#configureScene

configureScene function Optional function that allows configuration about scene animations and gestures. Will be invoked with the route and the routeStack and should return a scene configuration object (route, routeStack) => Navigator.SceneConfigs.FloatFromRight Available options are: Navigator.SceneConfigs.PushFromRight (default) Navigator.SceneConfigs.FloatFromRight Navigator.SceneConfigs.FloatFromLeft Navigator.SceneConfigs.FloatFromBottom Navigator.SceneConfigs.FloatFromBottomAndroid N

Navigator#onWillFocus

onWillFocus function Will emit the target route upon mounting and before each nav transition

ListViewDataSource#cloneWithRowsAndSections()

cloneWithRowsAndSections(dataBlob, sectionIdentities, rowIdentities) This performs the same function as the cloneWithRows function but here you also specify what your sectionIdentities are. If you don't care about sections you should safely be able to use cloneWithRows. sectionIdentities is an array of identifiers for sections. ie. ['s1', 's2', ...]. If not provided, it's assumed that the keys of dataBlob are the section identities. Note: this returns a new object!

MapView#style

style View#style Used to style and layout the MapView. See StyleSheet.js and ViewStylePropTypes.js for more info.

WebView#stopLoading()

stopLoading()

Slider#thumbImage

iosthumbImage Image.propTypes.source Sets an image for the thumb. Only static images are supported.