NetInfo.removeEventListener()

static removeEventListener(eventName, handler) Removes the listener for network status changes.

ScrollView#bouncesZoom

iosbouncesZoom bool When true, gestures can drive zoom past min/max and the zoom will animate to the min/max value at gesture end, otherwise the zoom will not exceed the limits.

ScrollView#pagingEnabled

pagingEnabled bool When true, the scroll view stops on multiples of the scroll view's size when scrolling. This can be used for horizontal pagination. The default value is false.

ListView#onEndReachedThreshold

onEndReachedThreshold number Threshold in pixels (virtual, not physical) for calling onEndReached.

Debugging

Debugging React Native Apps To access the in-app developer menu: On iOS shake the device or press control + ⌘ + z in the simulator. On Android shake the device or press hardware menu button (available on older devices and in most of the emulators, e.g. in genymotion you can press ⌘ + m or F2 to simulate hardware menu button click). You can also install Frappé, a tool for OS X, which allows you to emulate shaking of devices remotely. You can use ⌘ + Shift + R as a shortcut to trigger a shake f

TextInput#onSubmitEditing

onSubmitEditing function Callback that is called when the text input's submit button is pressed. Invalid if multiline={true} is specified.

DrawerLayoutAndroid#drawerWidth

drawerWidth number Specifies the width of the drawer, more precisely the width of the view that be pulled in from the edge of the window.

WebView#source

source {uri: string, method: string, headers: object, body: string}, {html: string, baseUrl: string}, number Loads static html or a uri (with optional headers) in the WebView.

Slider#maximumTrackImage

iosmaximumTrackImage Image.propTypes.source Assigns a maximum track image. Only static images are supported. The leftmost pixel of the image will be stretched to fill the track.

ListViewDataSource#getSectionIDForFlatIndex()

getSectionIDForFlatIndex(index) Gets the sectionID at index provided if the dataSource arrays were flattened, or null for out of range indexes.