StatusBarIOS#setHidden()
  • References/JavaScript/React Native/APIs

setHidden(hidden, animation?)

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

scrollEnabled bool When false, the content does not scroll. The default value is true.

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

pop() Transition back and unmount the current scene.

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

configureScene function Optional function that allows configuration about scene animations and gestures

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

androidprompt string Prompt string for this picker, used on Android in dialog

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

replacePreviousAndPop(route: { component: Function; title: string; passProps?: Object; backButtonTitle?: string; backButtonIcon?: Object; leftButtonTitle

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

onPress function This function is called on press.

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

injectedJavaScript string Sets the JS to be injected when the webpage loads.

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

onDrawerClose function Function called whenever the navigation view has been closed.

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

onLayout function Invoked on mount and layout changes with {nativeEvent: { layout: {x, y, width

2025-01-10 15:47:30