react-native-animated-charts
react-native-animated-charts copied to clipboard
[Web] TypeError: Cannot read property 'get' of undefined
It works on ios using expo, but when I go to get I get this error message.

Webpack config
const { createWebpackConfigAsync } = require('expo-yarn-workspaces/webpack');
module.exports = async function (env, argv) {
const config = await createWebpackConfigAsync(
{
...env,
babel: {
dangerouslyAddModulePathsToTranspile: ['@ui-kitten/components', '@rainbow-me'],
},
},
argv
);
return config;
};
@outaTiME @osdnk
same error here
Same Error With Me Also!
guys, has anyone found a solution to fix this?
@osdnk @Jonatthu