UNPKG

155 BJavaScriptView Raw
1const Reanimated = require('./src/mock');
2const Animated = Reanimated.default;
3
4module.exports = {
5 ...Reanimated,
6
7 default: {
8 ...Animated,
9 },
10};