UNPKG

react-native-ios-utilities

Version:

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

9 lines (7 loc) 220 B
import type { ColorValue } from "../MiscTypes"; import type { Transform3D } from "./Transform3D"; export type BaseViewKeyframeConfig = { opacity?: number; backgroundColor?: ColorValue; transform?: Transform3D; };