rnue

API Status

Current React Native API surface and React Native Unreal implementation status.

React Native0.85.3
Status Legend
SupportedPartialUnsupportedN/AUnknown
Components
41
APIs
40
Functions
13
Style Types
3

Components

Public React components and their props from the TypeScript API surface.

APIs

Exported API objects and namespaces, grouped by public methods and properties.

Functions

Standalone functions exported from react-native.

NameStatusSignature
codegenNativeCommandsUnknown<T extends object>(options: Options<keyof T extends string ? keyof T : never>) => T
DynamicColorIOSN/A(tuple: DynamicColorIOSTuple) => OpaqueColorValue
PlatformColorUnknown(...colors: string[]) => OpaqueColorValue
processColorUnknown(color?: number | ColorValue) => ProcessedColorValue | null | undefined
registerCallableModuleUnknown(name: string, moduleOrFactory: Module | (() => Module)) => void
RootTagContextUnknown(props: React.ProviderProps<number>) => React.ReactNode
unstable_batchedUpdatesUnknown<A, R>(callback: (a: A) => R, a: A) => R <R>(callback: () => R) => R
unstable_TextAncestorContextUnknown(props: React.ProviderProps<boolean>) => React.ReactNode
useAnimatedColorUnknown(inputValue?: Animated.AnimatedColorInputValue, config?: Animated.AnimatedConfig | null | undefined) => Animated.AnimatedColor
useAnimatedValueUnknown(initialValue: number, config?: Animated.AnimatedConfig) => Animated.Value
useAnimatedValueXYUnknown(initialValue: { x: number; y: number; }, config?: Animated.AnimatedConfig | null | undefined) => Animated.ValueXY
useColorSchemeUnknown() => ColorSchemeName
useWindowDimensionsUnknown() => ScaledSize

Styles

React Native style interfaces and the style keys users can write in the style prop.