A platform combines multiple tutorials, projects, documentations, questions and answers for developers
  • Home (current)
  • Documentations
  • About
  • Login
  1. Home
  2. Documentations
  3. ReactNative
  4. Settings

Settings

Methods

  • get
  • set
  • watchKeys
  • clearWatch

Properties

Reference

Methods

get()

static get(key)

set()

static set(settings)

watchKeys()

static watchKeys(keys, callback)

clearWatch()

static clearWatch(watchId)

Properties

© 2015–2018 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License.
https://facebook.github.io/react-native/docs/settings

Guides
Accessibility
Getting Started
Getting Started
Handling Text Input
Handling Touches
Height and Width
Layout with Flexbox
Learn the Basics
More Resources
Networking
Props
State
Style
Using List Views
Using a ScrollView
Animations
Animations#requestAnimationFrame
Animations#setNativeProps
Guides (iOS)
App Extensions
Building For Apple TV
Color Reference
Color Reference#transparent
Communication between native and React Native
Components and APIs
Debugging
Direct Manipulation
Gesture Responder System
Images
Improving User Experience
Integration with Existing Apps
JavaScript Environment
Linking Libraries
Native Modules
Native UI Components
Navigating Between Screens
Performance
Performance#ListView initial rendering is too slow or scroll performance is bad for large lists
Performance#Profiling Android UI Performance with systrace
Performance#Running in development mode (dev=true)
Performance#Using console.log statements
Platform Specific Code
Running On Device
Running On Simulator
Timers
Troubleshooting
Upgrading to new React Native versions
Guides (Android)
Generating Signed APK
Headless JS
Native Modules
Native Modules#Getting activity result from startActivityForResult
Native UI Components
Removing Default Permissions
Components: ActivityIndicator
ActivityIndicator
ActivityIndicator#animating
ActivityIndicator#color
ActivityIndicator#hidesWhenStopped
ActivityIndicator#size
Components: Button
Button
Button#accessibilityLabel
Button#color
Button#disabled
Button#hasTVPreferredFocus
Button#onPress
Button#testID
Button#title
Components: DatePickerIOS
DatePickerIOS
DatePickerIOS#date
DatePickerIOS#locale
DatePickerIOS#maximumDate
DatePickerIOS#minimumDate
DatePickerIOS#minuteInterval
DatePickerIOS#mode
DatePickerIOS#onDateChange
DatePickerIOS#timeZoneOffsetInMinutes
Components: DrawerLayoutAndroid
DrawerLayoutAndroid
DrawerLayoutAndroid#drawerBackgroundColor
DrawerLayoutAndroid#drawerLockMode
DrawerLayoutAndroid#drawerPosition
DrawerLayoutAndroid#drawerWidth
DrawerLayoutAndroid#keyboardDismissMode
DrawerLayoutAndroid#onDrawerClose
DrawerLayoutAndroid#onDrawerOpen
DrawerLayoutAndroid#onDrawerSlide
DrawerLayoutAndroid#onDrawerStateChanged
DrawerLayoutAndroid#renderNavigationView
DrawerLayoutAndroid#statusBarBackgroundColor
DrawerLayoutAndroid.closeDrawer()
DrawerLayoutAndroid.openDrawer()
Components: FlatList
FlatList
FlatList#ItemSeparatorComponent
FlatList#ListEmptyComponent
FlatList#ListFooterComponent
FlatList#ListHeaderComponent
FlatList#columnWrapperStyle
FlatList#data
FlatList#extraData
FlatList#getItemLayout
FlatList#horizontal
FlatList#initialNumToRender
FlatList#initialScrollIndex
FlatList#inverted
FlatList#keyExtractor
FlatList#legacyImplementation
FlatList#numColumns
FlatList#onEndReached
FlatList#onEndReachedThreshold
FlatList#onRefresh
FlatList#onViewableItemsChanged
FlatList#progressViewOffset
FlatList#refreshing
FlatList#removeClippedSubviews
FlatList#renderItem
FlatList#viewabilityConfig
FlatList#viewabilityConfigCallbackPairs
FlatList.flashScrollIndicators()
FlatList.recordInteraction()
FlatList.scrollToEnd()
FlatList.scrollToIndex()
FlatList.scrollToItem()
FlatList.scrollToOffset()
Components: Image
Image
Image#accessibilityLabel
Image#accessible
Image#blurRadius
Image#capInsets
Image#defaultSource
Image#fadeDuration
Image#loadingIndicatorSource
Image#onError
Image#onLayout
Image#onLoad
Image#onLoadEnd
Image#onLoadStart
Image#onPartialLoad
Image#onProgress
Image#resizeMethod
Image#resizeMode
Image#source
Image#style
Image#testID
Image.abortPrefetch()
Image.getSize()
Image.prefetch()
Image.queryCache()
Image.resolveAssetSource()
Components: InputAccessoryView
InputAccessoryView
InputAccessoryView#backgroundColor
InputAccessoryView#nativeID
InputAccessoryView#style
Components: KeyboardAvoidingView
KeyboardAvoidingView
KeyboardAvoidingView#behavior
KeyboardAvoidingView#contentContainerStyle
KeyboardAvoidingView#enabled
KeyboardAvoidingView#keyboardVerticalOffset
KeyboardAvoidingView.onKeyboardChange()
KeyboardAvoidingView.onLayout()
KeyboardAvoidingView.relativeKeyboardHeight()
Components: ListView
ListView
ListView#dataSource
ListView#enableEmptySections
ListView#initialListSize
ListView#onChangeVisibleRows
ListView#onEndReached
ListView#onEndReachedThreshold
ListView#pageSize
ListView#removeClippedSubviews
ListView#renderFooter
ListView#renderHeader
ListView#renderRow
ListView#renderScrollComponent
ListView#renderSectionHeader
ListView#renderSeparator
ListView#scrollRenderAheadDistance
ListView#stickyHeaderIndices
ListView#stickySectionHeadersEnabled
ListView.flashScrollIndicators()
ListView.getMetrics()
ListView.scrollTo()
ListView.scrollToEnd()
Components: MaskedViewIOS
MaskedViewIOS
MaskedViewIOS#maskElement
Components: Modal
Modal
Modal#animationType
Modal#hardwareAccelerated
Modal#onDismiss
Modal#onOrientationChange
Modal#onRequestClose
Modal#onShow
Modal#presentationStyle
Modal#supportedOrientations
Modal#transparent
Modal#visible
Components: NavigatorIOS
NavigatorIOS
NavigatorIOS#barStyle
NavigatorIOS#barTintColor
NavigatorIOS#initialRoute
NavigatorIOS#interactivePopGestureEnabled
NavigatorIOS#itemWrapperStyle
NavigatorIOS#navigationBarHidden
NavigatorIOS#shadowHidden
NavigatorIOS#tintColor
NavigatorIOS#titleTextColor
NavigatorIOS#translucent
NavigatorIOS.pop()
NavigatorIOS.popN()
NavigatorIOS.popToRoute()
NavigatorIOS.popToTop()
NavigatorIOS.push()
NavigatorIOS.replace()
NavigatorIOS.replaceAtIndex()
NavigatorIOS.replacePrevious()
NavigatorIOS.replacePreviousAndPop()
NavigatorIOS.resetTo()
Components: Picker
Picker
Picker#enabled
Picker#itemStyle
Picker#mode
Picker#onValueChange
Picker#prompt
Picker#selectedValue
Picker#style
Picker#testID
Components: PickerIOS
PickerIOS
PickerIOS#itemStyle
PickerIOS#onValueChange
PickerIOS#selectedValue
Components: ProgressBarAndroid
ProgressBarAndroid
ProgressBarAndroid#animating
ProgressBarAndroid#color
ProgressBarAndroid#indeterminate
ProgressBarAndroid#progress
ProgressBarAndroid#styleAttr
ProgressBarAndroid#testID
Components: ProgressViewIOS
ProgressViewIOS
ProgressViewIOS#progress
ProgressViewIOS#progressImage
ProgressViewIOS#progressTintColor
ProgressViewIOS#progressViewStyle
ProgressViewIOS#trackImage
ProgressViewIOS#trackTintColor
Components: RefreshControl
RefreshControl
RefreshControl#colors
RefreshControl#enabled
RefreshControl#onRefresh
RefreshControl#progressBackgroundColor
RefreshControl#progressViewOffset
RefreshControl#refreshing
RefreshControl#size
RefreshControl#tintColor
RefreshControl#title
RefreshControl#titleColor
Components: SafeAreaView
SafeAreaView
Components: ScrollView
ScrollView
ScrollView#DEPRECATED_sendUpdatedChildFrames
ScrollView#alwaysBounceHorizontal
ScrollView#alwaysBounceVertical
ScrollView#automaticallyAdjustContentInsets
ScrollView#bounces
ScrollView#bouncesZoom
ScrollView#canCancelContentTouches
ScrollView#centerContent
ScrollView#contentContainerStyle
ScrollView#contentInset
ScrollView#contentInsetAdjustmentBehavior
ScrollView#contentOffset
ScrollView#decelerationRate
ScrollView#directionalLockEnabled
ScrollView#endFillColor
ScrollView#horizontal
ScrollView#indicatorStyle
ScrollView#keyboardDismissMode
ScrollView#keyboardShouldPersistTaps
ScrollView#maximumZoomScale
ScrollView#minimumZoomScale
ScrollView#nestedScrollEnabled
ScrollView#onContentSizeChange
ScrollView#onMomentumScrollBegin
ScrollView#onMomentumScrollEnd
ScrollView#onScroll
ScrollView#onScrollBeginDrag
ScrollView#onScrollEndDrag
ScrollView#overScrollMode
ScrollView#pagingEnabled
ScrollView#pinchGestureEnabled
ScrollView#refreshControl
ScrollView#removeClippedSubviews
ScrollView#scrollEnabled
ScrollView#scrollEventThrottle
ScrollView#scrollIndicatorInsets
ScrollView#scrollPerfTag
ScrollView#scrollsToTop
ScrollView#showsHorizontalScrollIndicator
ScrollView#showsVerticalScrollIndicator
ScrollView#snapToAlignment
ScrollView#snapToInterval
ScrollView#stickyHeaderIndices
ScrollView#zoomScale
ScrollView.flashScrollIndicators()
ScrollView.scrollTo()
ScrollView.scrollToEnd()
ScrollView.scrollWithoutAnimationTo()
Components: SectionList
SectionList
SectionList#ItemSeparatorComponent
SectionList#ListEmptyComponent
SectionList#ListFooterComponent
SectionList#ListHeaderComponent
SectionList#SectionSeparatorComponent
SectionList#extraData
SectionList#initialNumToRender
SectionList#inverted
SectionList#keyExtractor
SectionList#legacyImplementation
SectionList#onEndReached
SectionList#onEndReachedThreshold
SectionList#onRefresh
SectionList#onViewableItemsChanged
SectionList#refreshing
SectionList#removeClippedSubviews
SectionList#renderItem
SectionList#renderSectionFooter
SectionList#renderSectionHeader
SectionList#sections
SectionList#stickySectionHeadersEnabled
SectionList.flashScrollIndicators()
SectionList.recordInteraction()
SectionList.scrollToLocation()
Components: SegmentedControlIOS
SegmentedControlIOS
SegmentedControlIOS#enabled
SegmentedControlIOS#momentary
SegmentedControlIOS#onChange
SegmentedControlIOS#onValueChange
SegmentedControlIOS#selectedIndex
SegmentedControlIOS#tintColor
SegmentedControlIOS#values
Components: Slider
Slider
Slider#disabled
Slider#maximumTrackImage
Slider#maximumTrackTintColor
Slider#maximumValue
Slider#minimumTrackImage
Slider#minimumTrackTintColor
Slider#minimumValue
Slider#onSlidingComplete
Slider#onValueChange
Slider#step
Slider#style
Slider#testID
Slider#thumbImage
Slider#thumbTintColor
Slider#trackImage
Slider#value
Components: SnapshotViewIOS
SnapshotViewIOS
SnapshotViewIOS#onSnapshotReady
SnapshotViewIOS#testIdentifier
Components: StatusBar
StatusBar
StatusBar#animated
StatusBar#backgroundColor
StatusBar#barStyle
StatusBar#hidden
StatusBar#networkActivityIndicatorVisible
StatusBar#showHideTransition
StatusBar#translucent
StatusBar.setBackgroundColor()
StatusBar.setBarStyle()
StatusBar.setHidden()
StatusBar.setNetworkActivityIndicatorVisible()
StatusBar.setTranslucent()
Components: Switch
Switch
Switch#disabled
Switch#onTintColor
Switch#onValueChange
Switch#testID
Switch#thumbTintColor
Switch#tintColor
Switch#value
Components: TabBarIOS
TabBarIOS
TabBarIOS#barStyle
TabBarIOS#barTintColor
TabBarIOS#itemPositioning
TabBarIOS#style
TabBarIOS#tintColor
TabBarIOS#translucent
TabBarIOS#unselectedItemTintColor
TabBarIOS#unselectedTintColor
Components: TabBarIOS.Item
TabBarIOS.Item
TabBarIOS.Item#badge
TabBarIOS.Item#badgeColor
TabBarIOS.Item#icon
TabBarIOS.Item#isTVSelectable
TabBarIOS.Item#onPress
TabBarIOS.Item#renderAsOriginal
TabBarIOS.Item#selected
TabBarIOS.Item#selectedIcon
TabBarIOS.Item#style
TabBarIOS.Item#systemIcon
TabBarIOS.Item#title
Components: Text
Text
Text#accessible
Text#adjustsFontSizeToFit
Text#allowFontScaling
Text#disabled
Text#ellipsizeMode
Text#minimumFontScale
Text#nativeID
Text#numberOfLines
Text#onLayout
Text#onLongPress
Text#onPress
Text#pressRetentionOffset
Text#selectable
Text#selectionColor
Text#style
Text#suppressHighlighting
Text#testID
Text#textBreakStrategy
Components: TextInput
TextInput
TextInput#allowFontScaling
TextInput#autoCapitalize
TextInput#autoCorrect
TextInput#autoFocus
TextInput#blurOnSubmit
TextInput#caretHidden
TextInput#clearButtonMode
TextInput#clearTextOnFocus
TextInput#contextMenuHidden
TextInput#dataDetectorTypes
TextInput#defaultValue
TextInput#disableFullscreenUI
TextInput#editable
TextInput#enablesReturnKeyAutomatically
TextInput#inlineImageLeft
TextInput#inlineImagePadding
TextInput#keyboardAppearance
TextInput#keyboardType
TextInput#maxLength
TextInput#multiline
TextInput#numberOfLines
TextInput#onBlur
TextInput#onChange
TextInput#onChangeText
TextInput#onContentSizeChange
TextInput#onEndEditing
TextInput#onFocus
TextInput#onKeyPress
TextInput#onLayout
TextInput#onScroll
TextInput#onSelectionChange
TextInput#onSubmitEditing
TextInput#placeholder
TextInput#placeholderTextColor
TextInput#returnKeyLabel
TextInput#returnKeyType
TextInput#secureTextEntry
TextInput#selectTextOnFocus
TextInput#selection
TextInput#selectionColor
TextInput#selectionState
TextInput#spellCheck
TextInput#style
TextInput#textBreakStrategy
TextInput#textContentType
TextInput#underlineColorAndroid
TextInput#value
TextInput.clear()
TextInput.isFocused()
Components: ToolbarAndroid
ToolbarAndroid
ToolbarAndroid#actions
ToolbarAndroid#contentInsetEnd
ToolbarAndroid#contentInsetStart
ToolbarAndroid#logo
ToolbarAndroid#navIcon
ToolbarAndroid#onActionSelected
ToolbarAndroid#onIconClicked
ToolbarAndroid#overflowIcon
ToolbarAndroid#rtl
ToolbarAndroid#subtitle
ToolbarAndroid#subtitleColor
ToolbarAndroid#testID
ToolbarAndroid#title
ToolbarAndroid#titleColor
Components: TouchableHighlight
TouchableHighlight
TouchableHighlight#activeOpacity
TouchableHighlight#hasTVPreferredFocus
TouchableHighlight#onHideUnderlay
TouchableHighlight#onShowUnderlay
TouchableHighlight#style
TouchableHighlight#tvParallaxProperties
TouchableHighlight#underlayColor
Components: TouchableNativeFeedback
TouchableNativeFeedback
TouchableNativeFeedback#background
TouchableNativeFeedback#useForeground
TouchableNativeFeedback.Ripple()
TouchableNativeFeedback.SelectableBackground()
TouchableNativeFeedback.SelectableBackgroundBorderless()
TouchableNativeFeedback.canUseNativeForeground()
Components: TouchableOpacity
TouchableOpacity
TouchableOpacity#activeOpacity
TouchableOpacity#hasTVPreferredFocus
TouchableOpacity#tvParallaxProperties
TouchableOpacity.setOpacityTo()
Components: TouchableWithoutFeedback
TouchableWithoutFeedback
TouchableWithoutFeedback#accessibilityComponentType
TouchableWithoutFeedback#accessibilityTraits
TouchableWithoutFeedback#accessible
TouchableWithoutFeedback#delayLongPress
TouchableWithoutFeedback#delayPressIn
TouchableWithoutFeedback#delayPressOut
TouchableWithoutFeedback#disabled
TouchableWithoutFeedback#hitSlop
TouchableWithoutFeedback#onLayout
TouchableWithoutFeedback#onLongPress
TouchableWithoutFeedback#onPress
TouchableWithoutFeedback#onPressIn
TouchableWithoutFeedback#onPressOut
TouchableWithoutFeedback#pressRetentionOffset
Components: View
View
View#accessibilityComponentType
View#accessibilityElementsHidden
View#accessibilityLabel
View#accessibilityLiveRegion
View#accessibilityTraits
View#accessibilityViewIsModal
View#accessible
View#collapsable
View#hitSlop
View#importantForAccessibility
View#nativeID
View#needsOffscreenAlphaCompositing
View#onAccessibilityTap
View#onLayout
View#onMagicTap
View#onMoveShouldSetResponder
View#onMoveShouldSetResponderCapture
View#onResponderGrant
View#onResponderMove
View#onResponderReject
View#onResponderRelease
View#onResponderTerminate
View#onResponderTerminationRequest
View#onStartShouldSetResponder
View#onStartShouldSetResponderCapture
View#pointerEvents
View#removeClippedSubviews
View#renderToHardwareTextureAndroid
View#shouldRasterizeIOS
View#style
View#testID
Components: ViewPagerAndroid
ViewPagerAndroid
ViewPagerAndroid#initialPage
ViewPagerAndroid#keyboardDismissMode
ViewPagerAndroid#onPageScroll
ViewPagerAndroid#onPageScrollStateChanged
ViewPagerAndroid#onPageSelected
ViewPagerAndroid#pageMargin
ViewPagerAndroid#peekEnabled
ViewPagerAndroid#scrollEnabled
ViewPagerAndroid#setPage
ViewPagerAndroid#setPageWithoutAnimation
Components: VirtualizedList
VirtualizedList
VirtualizedList#CellRendererComponent
VirtualizedList#ListEmptyComponent
VirtualizedList#ListFooterComponent
VirtualizedList#ListHeaderComponent
VirtualizedList#data
VirtualizedList#debug
VirtualizedList#disableVirtualization
VirtualizedList#extraData
VirtualizedList#getItem
VirtualizedList#getItemCount
VirtualizedList#getItemLayout
VirtualizedList#horizontal
VirtualizedList#initialNumToRender
VirtualizedList#initialScrollIndex
VirtualizedList#inverted
VirtualizedList#keyExtractor
VirtualizedList#maxToRenderPerBatch
VirtualizedList#onEndReached
VirtualizedList#onEndReachedThreshold
VirtualizedList#onLayout
VirtualizedList#onRefresh
VirtualizedList#onScrollToIndexFailed
VirtualizedList#onViewableItemsChanged
VirtualizedList#progressViewOffset
VirtualizedList#refreshing
VirtualizedList#removeClippedSubviews
VirtualizedList#renderItem
VirtualizedList#renderScrollComponent
VirtualizedList#updateCellsBatchingPeriod
VirtualizedList#viewabilityConfig
VirtualizedList#viewabilityConfigCallbackPairs
VirtualizedList#windowSize
VirtualizedList.flashScrollIndicators()
VirtualizedList.recordInteraction()
VirtualizedList.scrollToEnd()
VirtualizedList.scrollToIndex()
VirtualizedList.scrollToItem()
VirtualizedList.scrollToOffset()
Components: WebView
WebView
WebView#allowUniversalAccessFromFileURLs
WebView#allowsInlineMediaPlayback
WebView#automaticallyAdjustContentInsets
WebView#bounces
WebView#contentInset
WebView#dataDetectorTypes
WebView#decelerationRate
WebView#domStorageEnabled
WebView#geolocationEnabled
WebView#html
WebView#initialScale
WebView#injectJavaScript
WebView#injectedJavaScript
WebView#javaScriptEnabled
WebView#mediaPlaybackRequiresUserAction
WebView#mixedContentMode
WebView#nativeConfig
WebView#onError
WebView#onLoad
WebView#onLoadEnd
WebView#onLoadStart
WebView#onMessage
WebView#onNavigationStateChange
WebView#onShouldStartLoadWithRequest
WebView#originWhitelist
WebView#renderError
WebView#renderLoading
WebView#scalesPageToFit
WebView#scrollEnabled
WebView#source
WebView#startInLoadingState
WebView#style
WebView#thirdPartyCookiesEnabled
WebView#url
WebView#userAgent
WebView.extraNativeComponentConfig()
WebView.goBack()
WebView.goForward()
WebView.reload()
WebView.stopLoading()
APIs
AccessibilityInfo
AccessibilityInfo.addEventListener()
AccessibilityInfo.announceForAccessibility()
AccessibilityInfo.fetch()
AccessibilityInfo.removeEventListener()
AccessibilityInfo.setAccessibilityFocus()
ActionSheetIOS
ActionSheetIOS.showActionSheetWithOptions()
ActionSheetIOS.showShareActionSheetWithOptions()
Alert
Alert.alert()
AlertIOS
AlertIOS.alert()
AlertIOS.prompt()
Animated
Animated.add()
Animated.decay()
Animated.delay()
Animated.diffClamp()
Animated.divide()
Animated.event()
Animated.forkEvent()
Animated.loop()
Animated.modulo()
Animated.multiply()
Animated.parallel()
Animated.sequence()
Animated.spring()
Animated.stagger()
Animated.subtract()
Animated.timing()
Animated.unforkEvent()
AppRegistry
AppRegistry.getAppKeys()
AppRegistry.getRegistry()
AppRegistry.getRunnable()
AppRegistry.getSectionKeys()
AppRegistry.getSections()
AppRegistry.registerComponent()
AppRegistry.registerConfig()
AppRegistry.registerHeadlessTask()
AppRegistry.registerRunnable()
AppRegistry.registerSection()
AppRegistry.runApplication()
AppRegistry.setComponentProviderInstrumentationHook()
AppRegistry.setWrapperComponentProvider()
AppRegistry.startHeadlessTask()
AppRegistry.unmountApplicationComponentAtRootTag()
AppState
AppState#currentState
AppState.addEventListener()
AppState.removeEventListener()
AsyncStorage
AsyncStorage.clear()
AsyncStorage.flushGetRequests()
AsyncStorage.getAllKeys()
AsyncStorage.getItem()
AsyncStorage.mergeItem()
AsyncStorage.multiGet()
AsyncStorage.multiMerge()
AsyncStorage.multiRemove()
AsyncStorage.multiSet()
AsyncStorage.removeItem()
AsyncStorage.setItem()
BackAndroid
BackAndroid.addEventListener()
BackAndroid.exitApp()
BackAndroid.removeEventListener()
BackHandler
BackHandler.addEventListener()
BackHandler.exitApp()
BackHandler.removeEventListener()
CameraRoll
CameraRoll.getPhotos()
CameraRoll.saveToCameraRoll()
Clipboard
Clipboard.getString()
Clipboard.setString()
DatePickerAndroid
DatePickerAndroid.dateSetAction()
DatePickerAndroid.dismissedAction()
DatePickerAndroid.open()
Dimensions
Dimensions.addEventListener()
Dimensions.get()
Dimensions.removeEventListener()
Dimensions.set()
Easing
Easing.back()
Easing.bezier()
Easing.bounce()
Easing.circle()
Easing.cubic()
Easing.ease()
Easing.elastic()
Easing.exp()
Easing.in()
Easing.inOut()
Easing.linear()
Easing.out()
Easing.poly()
Easing.quad()
Easing.sin()
Easing.step0()
Easing.step1()
Geolocation
Geolocation.clearWatch()
Geolocation.getCurrentPosition()
Geolocation.requestAuthorization()
Geolocation.setRNConfiguration()
Geolocation.stopObserving()
Geolocation.watchPosition()
Image Style Props
Image Style Props#backfaceVisibility
Image Style Props#backgroundColor
Image Style Props#borderBottomLeftRadius
Image Style Props#borderBottomRightRadius
Image Style Props#borderColor
Image Style Props#borderRadius
Image Style Props#borderTopLeftRadius
Image Style Props#borderTopRightRadius
Image Style Props#borderWidth
Image Style Props#opacity
Image Style Props#overflow
Image Style Props#overlayColor
Image Style Props#resizeMode
Image Style Props#tintColor
ImageEditor
ImageEditor.cropImage()
ImagePickerIOS
ImagePickerIOS.canRecordVideos()
ImagePickerIOS.canUseCamera()
ImagePickerIOS.openCameraDialog()
ImagePickerIOS.openSelectDialog()
ImageStore
ImageStore.addImageFromBase64()
ImageStore.getBase64ForTag()
ImageStore.hasImageForTag()
ImageStore.removeImageForTag()
InteractionManager
InteractionManager.clearInteractionHandle()
InteractionManager.createInteractionHandle()
InteractionManager.runAfterInteractions()
InteractionManager.setDeadline()
Keyboard
Keyboard.addListener()
Keyboard.dismiss()
Keyboard.removeAllListeners()
Keyboard.removeListener()
Layout Props
Layout Props#alignContent
Layout Props#alignItems
Layout Props#alignSelf
Layout Props#aspectRatio
Layout Props#borderBottomWidth
Layout Props#borderEndWidth
Layout Props#borderLeftWidth
Layout Props#borderRightWidth
Layout Props#borderStartWidth
Layout Props#borderTopWidth
Layout Props#borderWidth
Layout Props#bottom
Layout Props#direction
Layout Props#display
Layout Props#end
Layout Props#flex
Layout Props#flexBasis
Layout Props#flexDirection
Layout Props#flexGrow
Layout Props#flexShrink
Layout Props#flexWrap
Layout Props#height
Layout Props#justifyContent
Layout Props#left
Layout Props#margin
Layout Props#marginBottom
Layout Props#marginEnd
Layout Props#marginHorizontal
Layout Props#marginLeft
Layout Props#marginRight
Layout Props#marginStart
Layout Props#marginTop
Layout Props#marginVertical
Layout Props#maxHeight
Layout Props#maxWidth
Layout Props#minHeight
Layout Props#minWidth
Layout Props#overflow
Layout Props#padding
Layout Props#paddingBottom
Layout Props#paddingEnd
Layout Props#paddingHorizontal
Layout Props#paddingLeft
Layout Props#paddingRight
Layout Props#paddingStart
Layout Props#paddingTop
Layout Props#paddingVertical
Layout Props#position
Layout Props#right
Layout Props#start
Layout Props#top
Layout Props#width
Layout Props#zIndex
LayoutAnimation
LayoutAnimation.checkConfig()
LayoutAnimation.configureNext()
LayoutAnimation.create()
Linking
Linking.addEventListener()
Linking.canOpenURL()
Linking.constructor()
Linking.getInitialURL()
Linking.openURL()
Linking.removeEventListener()
ListViewDataSource
ListViewDataSource.cloneWithRows()
ListViewDataSource.cloneWithRowsAndSections()
ListViewDataSource.constructor()
ListViewDataSource.getRowAndSectionCount()
ListViewDataSource.getRowCount()
ListViewDataSource.getRowData()
ListViewDataSource.getRowIDForFlatIndex()
ListViewDataSource.getSectionHeaderData()
ListViewDataSource.getSectionIDForFlatIndex()
ListViewDataSource.getSectionLengths()
ListViewDataSource.rowShouldUpdate()
ListViewDataSource.sectionHeaderShouldUpdate()
NetInfo
NetInfo#isConnected
NetInfo.addEventListener()
NetInfo.getConnectionInfo()
NetInfo.isConnectionExpensive()
NetInfo.removeEventListener()
PanResponder
PanResponder.create()
PermissionsAndroid
PermissionsAndroid.check()
PermissionsAndroid.constructor()
PermissionsAndroid.request()
PermissionsAndroid.requestMultiple()
PixelRatio
PixelRatio.get()
PixelRatio.getFontScale()
PixelRatio.getPixelSizeForLayoutSize()
PixelRatio.roundToNearestPixel()
PixelRatio.startDetecting()
PushNotificationIOS
PushNotificationIOS.abandonPermissions()
PushNotificationIOS.addEventListener()
PushNotificationIOS.cancelAllLocalNotifications()
PushNotificationIOS.cancelLocalNotifications()
PushNotificationIOS.checkPermissions()
PushNotificationIOS.constructor()
PushNotificationIOS.finish()
PushNotificationIOS.getAlert()
PushNotificationIOS.getApplicationIconBadgeNumber()
PushNotificationIOS.getBadgeCount()
PushNotificationIOS.getCategory()
PushNotificationIOS.getContentAvailable()
PushNotificationIOS.getData()
PushNotificationIOS.getDeliveredNotifications()
PushNotificationIOS.getInitialNotification()
PushNotificationIOS.getMessage()
PushNotificationIOS.getScheduledLocalNotifications()
PushNotificationIOS.getSound()
PushNotificationIOS.presentLocalNotification()
PushNotificationIOS.removeAllDeliveredNotifications()
PushNotificationIOS.removeDeliveredNotifications()
PushNotificationIOS.removeEventListener()
PushNotificationIOS.requestPermissions()
PushNotificationIOS.scheduleLocalNotification()
PushNotificationIOS.setApplicationIconBadgeNumber()
Settings
Settings.clearWatch()
Settings.get()
Settings.set()
Settings.watchKeys()
Shadow Props
Shadow Props#shadowColor
Shadow Props#shadowOffset
Shadow Props#shadowOpacity
Shadow Props#shadowRadius
Share
Share.dismissedAction()
Share.share()
Share.sharedAction()
StatusBarIOS
StyleSheet
StyleSheet#absoluteFill
StyleSheet#absoluteFillObject
StyleSheet#flatten
StyleSheet#hairlineWidth
StyleSheet.create()
StyleSheet.setStyleAttributePreprocessor()
Systrace
Systrace.attachToRelayProfiler()
Systrace.beginAsyncEvent()
Systrace.beginEvent()
Systrace.counterEvent()
Systrace.endAsyncEvent()
Systrace.endEvent()
Systrace.installReactHook()
Systrace.isEnabled()
Systrace.measure()
Systrace.measureMethods()
Systrace.setEnabled()
Systrace.swizzleJSON()
Text Style Props
Text Style Props#color
Text Style Props#fontFamily
Text Style Props#fontSize
Text Style Props#fontStyle
Text Style Props#fontVariant
Text Style Props#fontWeight
Text Style Props#includeFontPadding
Text Style Props#letterSpacing
Text Style Props#lineHeight
Text Style Props#textAlign
Text Style Props#textAlignVertical
Text Style Props#textDecorationColor
Text Style Props#textDecorationLine
Text Style Props#textDecorationStyle
Text Style Props#textShadowColor
Text Style Props#textShadowOffset
Text Style Props#textShadowRadius
Text Style Props#textTransform
Text Style Props#writingDirection
TimePickerAndroid
TimePickerAndroid.dismissedAction()
TimePickerAndroid.open()
TimePickerAndroid.timeSetAction()
ToastAndroid
ToastAndroid#BOTTOM
ToastAndroid#CENTER
ToastAndroid#LONG
ToastAndroid#SHORT
ToastAndroid#TOP
ToastAndroid.show()
ToastAndroid.showWithGravity()
ToastAndroid.showWithGravityAndOffset()
Transforms
Transforms#decomposedMatrix
Transforms#rotation
Transforms#scaleX
Transforms#scaleY
Transforms#transform
Transforms#transformMatrix
Transforms#translateX
Transforms#translateY
Vibration
Vibration.cancel()
Vibration.vibrate()
VibrationIOS
VibrationIOS.vibrate()
View Style Props
View Style Props#backfaceVisibility
View Style Props#backgroundColor
View Style Props#borderBottomColor
View Style Props#borderBottomEndRadius
View Style Props#borderBottomLeftRadius
View Style Props#borderBottomRightRadius
View Style Props#borderBottomStartRadius
View Style Props#borderBottomWidth
View Style Props#borderColor
View Style Props#borderEndColor
View Style Props#borderLeftColor
View Style Props#borderLeftWidth
View Style Props#borderRadius
View Style Props#borderRightColor
View Style Props#borderRightWidth
View Style Props#borderStartColor
View Style Props#borderStyle
View Style Props#borderTopColor
View Style Props#borderTopEndRadius
View Style Props#borderTopLeftRadius
View Style Props#borderTopRightRadius
View Style Props#borderTopStartRadius
View Style Props#borderTopWidth
View Style Props#borderWidth
View Style Props#elevation
View Style Props#opacity
Contributing
Building React Native from source
How to Contribute
Testing your Changes
Understanding the CLI
What to Expect from Maintainers
Copyright ©2025 TypeError Powered By AnyPost, page cost 91ms.
Privacy Policy