Linking#removeEventListener()

removeEventListener(type, handler) Remove a handler by passing the url event type and the handler

NetInfo.removeEventListener()

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

Picker#itemStyle

iositemStyle itemStylePropType Style to apply to each of the item labels.

Building React Native from source

You will need to build React Native from source if you want to work on a new feature/bug fix, try out the latest features which are not released yet, or maintain your own fork with patches that cannot be merged to the core. Prerequisites Assuming you have the Android SDK installed, run android to open the Android SDK Manager. Make sure you have the following installed: Android SDK version 23 (compileSdkVersion in build.gradle) SDK build tools version 23.0.1 (buildToolsVersion in build.gradle)

Navigator#popToTop()

popToTop() Pop to the first scene in the stack, unmounting every other scene.

SliderIOS#onValueChange

onValueChange function Callback continuously called while the user is dragging the slider.

Flexbox#marginRight

marginRight number

TouchableNativeFeedback.SelectableBackground()

static SelectableBackground() Creates an object that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground).

ListView#onEndReached

onEndReached function Called when all rows have been rendered and the list has been scrolled to within onEndReachedThreshold of the bottom. The native scroll event is provided.

RefreshControl#colors

androidcolors [color] The colors (at least one) that will be used to draw the refresh indicator.