Picker#itemStyle

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

Image#source

source ImageSourcePropType The image source (either a remote URL or a local file resource).

InteractionManager.runAfterInteractions()

static runAfterInteractions(task) Schedule a function to run after all interactions have completed.

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)

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.

ScrollView#contentOffset

ioscontentOffset PointPropType Used to manually set the starting scroll offset. The default value is {x: 0, y: 0}.

SliderIOS#trackImage

trackImage Image.propTypes.source Assigns a single image for the track. Only static images are supported. The center pixel of the image will be stretched to fill the track.