UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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