Wyatt McBain

Results 7 comments of Wyatt McBain

Want to submit a PR? The reason dimensions are required is because of how they were tested. If you have it figured out on your end you could `console.ignoredYellowBox` the...

@geminiyellow @drewdulz I unfortunately no longer have write access. Inquiring about getting ownership transferred. Otherwise will fork.

@geminiyellow Will go through this weekend and make requested changes from everyone. Or feel free to submit a PR if you need it earlier.

@geminiyellow Feel free to open a PR thanks. :)

Unsure of what you mean. We're using the image component under the hood so it should cache by default. Care to explain more?

Also encountering the same issue, it's hard to fix this even with patch-package as Option is obfuscated by react-native-web

@polcats I was able to solve this by adding a custom resolver to metro.config.js: ```ts const blacklistedModules = [ 'fs', 'http', 'https', 'net', 'tls', 'child_process', 'cluster', 'path', 'stream', 'tty', 'zlib',...