PushNotificationIOS.addEventListener()

static addEventListener(type, handler) Attaches a listener to remote or local notification events while the app is running in the foreground or the background. Valid events are: notification : Fired when a remote notification is received. The handler will be invoked with an instance of PushNotificationIOS. localNotification : Fired when a local notification is received. The handler will be invoked with an instance of PushNotificationIOS. register: Fired when the user registers for remote

NavigatorIOS#popToRoute()

popToRoute(route: { component: Function; title: string; passProps?: Object; backButtonTitle?: string; backButtonIcon?: Object; leftButtonTitle?: string; leftButtonIcon?: Object; onLeftButtonPress?: Function; rightButtonTitle?: string; rightButtonIcon?: Object; onRightButtonPress?: Function; wrapperStyle?: any; }) Go back to the item for a particular route object

Testing

Running Tests and Contributing The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run with the Travis and CircleCI continuous integration systems, and will automatically post the results to your PR. We don't have perfect test coverage of course, especially for complex end-to-end interactions with the user, so many changes will still require significant manual verification, but we would love it if you want to help us incr

SliderIOS#step

step number Step value of the slider. The value should be between 0 and (maximumValue - minimumValue). Default value is 0.

WebView#bounces

iosbounces bool

TouchableNativeFeedback.Ripple()

static Ripple(color: string, borderless: boolean) Creates an object that represents ripple drawable with specified color (as a string). If property borderless evaluates to true the ripple will render outside of the view bounds (see native actionbar buttons as an example of that behavior). This background type is available on Android API level 21+.

Navigator#sceneStyle

sceneStyle View#style Styles to apply to the container of each scene

AsyncStorage.clear()

static clear(callback?) Erases all AsyncStorage for all clients, libraries, etc. You probably don't want to call this - use removeItem or multiRemove to clear only your own keys instead. Returns a Promise object.

WebView#domStorageEnabled

androiddomStorageEnabled bool Used on Android only, controls whether DOM Storage is enabled or not

ToolbarAndroid#titleColor

titleColor color Sets the toolbar title color.