nandorojo / moti

🐼 The React Native (+ Web) animation library, powered by Reanimated 3.
https://moti.fyi
MIT License
4.01k stars 127 forks source link

Moti stopped working after metro.config.js #164

Closed cybercris closed 2 years ago

cybercris commented 2 years ago

Exotic will skip the moti package name in Metro the same way Webpack auto skips moti. Learn how to fix here.

const { createExoticTransformer } = require('@expo/metro-config/transformer');

module.exports = createExoticTransformer({
  transpileModules: ['moti'],
});

Originally posted by @EvanBacon in https://github.com/nandorojo/moti/issues/141#issuecomment-1010379143