LayoutAnimation#Properties
  • References/JavaScript/React Native/APIs

Properties

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

iosallowFontScaling bool Specifies should fonts scale to respect Text Size

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

static add(a, b) Creates a new Animated value composed from two Animated

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
ScrollView#contentContainerStyle
  • References/JavaScript/React Native/Components: ScrollView

contentContainerStyle StyleSheetPropType(ViewStylePropTypes) These styles will be applied to the scroll

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

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

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

value bool The value of the switch. If true the switch will be turned on. Default value is false.

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

onDrawerSlide function Function called whenever there is an interaction with the navigation view.

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

style Text#style Styles

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

disabled bool If true the user won't be able to move the slider. Default value is false.

2025-01-10 15:47:30