AsyncStorage.clear()
  • References/JavaScript/React Native/APIs

static clear(callback?) Erases all AsyncStorage for all clients

2025-01-10 15:47:30
SegmentedControlIOS#tintColor
  • References/JavaScript/React Native/Components: SegmentedControlIOS

tintColor string Accent color of the control.

2025-01-10 15:47:30
AppState#addEventListener()
  • References/JavaScript/React Native/APIs

addEventListener(type, handler) Add a handler to AppState changes by listening to the change

2025-01-10 15:47:30
TouchableWithoutFeedback#onPress
  • References/JavaScript/React Native/Components: TouchableWithoutFeedback

onPress function Called when the touch is released, but not if cancelled (e.g. by a scroll that steals the

2025-01-10 15:47:30
ScrollView#scrollIndicatorInsets
  • References/JavaScript/React Native/Components: ScrollView

iosscrollIndicatorInsets {top: number, left: number, bottom: number, right: number} The

2025-01-10 15:47:30
ScrollView#onScrollAnimationEnd
  • References/JavaScript/React Native/Components: ScrollView

iosonScrollAnimationEnd function Called when a scrolling animation ends.

2025-01-10 15:47:30
Direct Manipulation
  • References/JavaScript/React Native/Guides

It is sometimes necessary to make changes directly to a component without using state/props to trigger a re-render of the entire subtree. When using React in the browser for

2025-01-10 15:47:30
Animated#constructor()
  • References/JavaScript/React Native/APIs

constructor(value)

2025-01-10 15:47:30
ToolbarAndroid#onActionSelected
  • References/JavaScript/React Native/Components: ToolbarAndroid

onActionSelected function Callback that is called when an action is selected. The only argument that is

2025-01-10 15:47:30
ScrollView#scrollWithoutAnimationTo()
  • References/JavaScript/React Native/Components: ScrollView

scrollWithoutAnimationTo(y, x) Deprecated, do not use.

2025-01-10 15:47:30