UNPKG

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