UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

6 lines (4 loc) 135 B
export type RawDataForNative = Record<string, any>; export type SharedViewPropsInternal = { rawDataForNative?: RawDataForNative; };