UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

12 lines (9 loc) 175 B
const Reanimated = require('./src/mock'); // @ts-expect-error const Animated = Reanimated.default; module.exports = { ...Reanimated, default: { ...Animated, }, };