react-native-animated-loader
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.
I've been getting steady errors when trying to use this library using expo. Does anyone know what's wrong?
babel.config.js
plugins: ['react-native-reanimated/plugin'],
presets: ['babel-preset-expo'],
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