UNPKG

react-native-ios-utilities

Version:

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

9 lines (8 loc) 176 B
// Note: // * Maps types from `UIKit/UIView.h` // Maps to: `UIView.AnimationCurve` export type UIViewAnimationCurve = | 'easeInOut' | 'easeIn' | 'easeOut' | 'linear';