AsyncStorage.removeItem()

static removeItem(key, callback?) Returns a Promise object.

Navigator#configureScene

configureScene function Optional function that allows configuration about scene animations and gestures. Will be invoked with the route and the routeStack and should return a scene configuration object (route, routeStack) => Navigator.SceneConfigs.FloatFromRight Available options are: Navigator.SceneConfigs.PushFromRight (default) Navigator.SceneConfigs.FloatFromRight Navigator.SceneConfigs.FloatFromLeft Navigator.SceneConfigs.FloatFromBottom Navigator.SceneConfigs.FloatFromBottomAndroid N

DatePickerAndroid.open()

static open(options) Opens the standard Android date picker dialog. The available keys for the options object are: date (Date object or timestamp in milliseconds) - date to show by default minDate (Date or timestamp in milliseconds) - minimum date that can be selected * maxDate (Date object or timestamp in milliseconds) - minimum date that can be selected Returns a Promise which will be invoked an object containing action, year, month (0-11), day if the user picked a date. If the user dism

PushNotificationIOS.getApplicationIconBadgeNumber()

static getApplicationIconBadgeNumber(callback) Gets the current badge number for the app icon on the home screen

Navigator#jumpForward()

jumpForward() Jump forward to the next scene in the route stack.

ListViewDataSource#getRowData()

getRowData(sectionIndex, rowIndex) Gets the data required to render the row.

View#removeClippedSubviews

removeClippedSubviews bool This is a special performance property exposed by RCTView and is useful for scrolling content when there are many subviews, most of which are offscreen. For this property to be effective, it must be applied to a view that contains many subviews that extend outside its bound. The subviews must also have overflow: hidden, as should the containing view (or one of its superviews).

LayoutAnimation#easeInEaseOut

easeInEaseOut: CallExpression

ScrollView#canCancelContentTouches

ioscanCancelContentTouches bool When false, once tracking starts, won't try to drag if the touch moves. The default value is true.

SliderIOS#onSlidingComplete

onSlidingComplete function Callback called when the user finishes changing the value (e.g. when the slider is released).