Milan Susnjar

Results 4 comments of Milan Susnjar

@mdoesburg I tested it and it doesn't work with the image from OP's example but it works with another URL. Doesn't work: `source={{uri: 'https://via.placeholder.com/150/810b14'}` Works: `source={{uri: 'https://unsplash.it/400/400?image=1'}}` The rest of...

It doesn't work with v7.0.0 for me. Glide fails, here is the log from my phone: ``` 2020-09-02 21:22:26.679 16922-16922/com.blogl10n W/Glide: Load failed for https://via.placeholder.com/150/810b14 with size [600x600] class com.bumptech.glide.load.engine.GlideException:...

@henrikra How did you solve an issue with running React Native on Android? I'm getting `[object Object]`. Problem is this line `const isReactComponent = value => typeof value.$$typeof === 'symbol';`...