NavigatorIOS#resetTo()
  • References/JavaScript/React Native/Components: NavigatorIOS

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

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

pagingEnabled bool When true, the scroll view stops on multiples of the scroll view's size when scrolling

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

enabled bool If false the user won't be able to interact with the control. Default value is true.

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

iosonTintColor color

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

androidcollapsable bool Views that are only used to layout their children

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

static timing(value, config) Animates a value along a timed easing curve

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

onPageScroll function Executed when transitioning between pages (ether because of animation for the requested

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

size enum('small', 'large') Size of the indicator. Small has a height of 20, large has a height of 36. Other

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

popToTop() Pop to the first scene in the stack, unmounting every other scene.

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

androidaccessibilityLiveRegion enum('none', 'polite', 'assertive') Indicates

2025-01-10 15:47:30