react-native-animated-loader icon indicating copy to clipboard operation
react-native-animated-loader copied to clipboard

Error: Requiring module "node_modules\react-native-animated-loader\src\index.js", which threw an exception: TypeError: Attempted to assign to readonly property.

Open alexander01202 opened this issue 3 years ago • 2 comments

I've been getting steady errors when trying to use this library using expo. Does anyone know what's wrong?

alexander01202 avatar Mar 28 '22 00:03 alexander01202

babel.config.js

    plugins: ['react-native-reanimated/plugin'],
    presets: ['babel-preset-expo'],

xcandev avatar Aug 14 '22 16:08 xcandev

I got the same issue I have included plugins: ['react-native-reanimated/plugin'] in my babel.config but still get the error. Please any idea I can resolve this

imoempire avatar Jan 19 '23 14:01 imoempire