Thiago Oliveira de Souza
Thiago Oliveira de Souza
> The docs also show how to use it with ApolloLink, which still exists. Did you try that? If I use it with ApolloLink it will apply the transformation to...
> I'm not sure exactly who is to blame, but I have isolated this problem down to an alteration requested by react-native-svg-transformer, so I'm logging this Issue here for your...
Hello guys, I'm also having this behavior using multi-env. I can only use multi-env if I set `APP_ENV`. My question is if i can have problems with `NODE_ENV == undefined`?...
@goatandsheep thank you for the quick answer. I'm building with `expo ba --releaseChannel staging`, but it always points to `.env.production`, do you think it has something to do with the...
Same issue here, using `dynamic import` solved. ```jsx const Player = dynamic( () => import('react-hls-player'), { ssr: false }, ); ```