UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (6 loc) 166 B
'use strict'; export type HostInstance = { __internalInstanceHandle?: Record<string, unknown>; __nativeTag?: number; _viewConfig?: Record<string, unknown>; };