PushNotificationIOS#constructor()

constructor(nativeNotif) You will never need to instantiate PushNotificationIOS yourself. Listening to the notification event and invoking popInitialNotification is sufficient

RefreshControl#progressBackgroundColor

androidprogressBackgroundColor color The background color of the refresh indicator.

PushNotificationIOS#getData()

getData() Gets the data object on the notif

Running On Device

Prerequisite: USB Debugging You'll need this in order to install your app on your device. First, make sure you have USB debugging enabled on your device. Check that your device has been successfully connected by running adb devices: $ adb devices List of devices attached emulator-5554 offline # Google emulator 14ed2fcc device # Physical device Seeing device in the right column means the device is connected. Android - go figure :) You must have only one device connected. Now you can

ProgressBarAndroid#color

color color Color of the progress bar.

ScrollView#keyboardShouldPersistTaps

keyboardShouldPersistTaps bool When false, tapping outside of the focused text input when the keyboard is up dismisses the keyboard. When true, the scroll view will not catch taps, and the keyboard will not dismiss automatically. The default value is false.

ViewPagerAndroid#initialPage

initialPage number Index of initial page that should be selected. Use setPage method to update the page, and onPageSelected to monitor page changes

Flexbox#position

position enum('absolute', 'relative')

Flexbox#left

left number

Geolocation.clearWatch()

static clearWatch(watchID)