Mateusz Wielgos
Results
3
comments of
Mateusz Wielgos
@nordicjm Done.
Thank you for your reply @snowyu. I'll investigate further.
I had to add `react-native-reanimated` Babel plugin to `babel.config.js`: ```js module.exports = { presets: [ ... // don't add it here :) ], plugins: [ ... 'react-native-reanimated/plugin', ], }; ```...