Picker#onValueChange
  • References/JavaScript/React Native/Components: Picker

onValueChange function Callback for when an item is selected. This is called with the following parameters:

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

iosshowsPointsOfInterest bool If false points of interest won't

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

onChangeText function Callback that is called when the text input's text changes. Changed text is passed

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

color color The foreground color

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

scrollTo(...args) Scrolls to a given x, y offset, either immediately or with a smooth animation. See

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

onResponderReject function

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

trackImage Image.propTypes.source Assigns a single image for the track. Only static images are supported

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

ioscenterContent bool When true, the scroll view automatically centers the

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

onAnnotationPress function Deprecated. Use annotation onFocus and onBlur instead.

2025-01-10 15:47:30
Platform Specific Code
  • References/JavaScript/React Native/Guides

When building a cross-platform app, the need to write different code for different platforms may arise. This can always be achieved by organizing the various components in

2025-01-10 15:47:30