UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

11 lines (8 loc) 155 B
const Reanimated = require('./src/mock'); const Animated = Reanimated.default; module.exports = { ...Reanimated, default: { ...Animated, }, };