UNPKG

react-native-reanimatable

Version:

Wrapper for Reanimated with an easy declarative API.

7 lines (5 loc) 126 B
import T from 'prop-types'; export const animationConfigPropTypes = T.shape({ animation: T.object, values: T.object, });