Evan Bacon
Evan Bacon
https://github.com/expo/expo/issues/2167
PRs are welcome.
YMMV using Webpack CLI directly. Please use `expo start` or `expo export` to interact with the Webpack bundler.
I want a more generic approach like `?svg`
@motiz88 If you have a babel plugin which takes an empty file like `""` and injects a bunch of imports: ``` import "missing" import "missing2" ``` Then the resolver will...
@rshest will follow up when I have more time. Wasn't accounting for the facebook-specific logic when I opened the PR.
In theory it does work in vanilla React Native but this error seems deeply rooted in GL stuff (normalize is used in a shader that isn't supported on android?). GL...
create-react-app, and Expo web both don't support v5 https://github.com/expo/expo-cli/issues/2881
**FIXED with commit: bd3e482** Good catch, I need to get an Android device 😅 I'm not sure why this worked on iOS but what happened was, I forgot to setClearColor...
I republished 20 minutes ago 😅, still not working?