rainbow-me / react-native-animated-charts

Set of components and helpers for building complex and beautifully animated charts
MIT License
924 stars 111 forks source link

[Web] TypeError: Cannot read property 'get' of undefined #41

Open Jonatthu opened 3 years ago

Jonatthu commented 3 years ago

It works on ios using expo, but when I go to get I get this error message.

image

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;
};
Jonatthu commented 3 years ago

@outaTiME @osdnk

samukbg commented 3 years ago

same error here

Bhagi-developer commented 2 years ago

Same Error With Me Also!

andreibahachenka commented 1 year ago

guys, has anyone found a solution to fix this?

andreibahachenka commented 1 year ago

@osdnk @Jonatthu