UNPKG

react-native-ios-utilities

Version:

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

9 lines 330 B
export type UIViewAnimatingState = 'inactive' | 'active' | 'stopped'; export type UIViewAnimatingPosition = 'end' | 'start' | 'current'; export type UIViewAnimating = { fractionComplete: boolean; isReversed: boolean; state: UIViewAnimatingState; isRunning: boolean; }; //# sourceMappingURL=UIViewAnimating.d.ts.map