mralj

Results 7 comments of mralj

We have noticed in our app that for displaying local images, react native's _default_ `Image` actually performs better :) Apart from that I don't completely agree with @jordangrant, IMHO, it's...

Hi, We've had same issue. Not sure which logic exactly are you testing, but for us mocking `react-native-tab-view` solved issue. ------------ This is how we mocked: ``` import {View as...

Hi, We are facing same issue, are there any workarounds for this ? :)

Hi, You have to sign in into your SparkPost account, go to Settigns > API Keys > Click on your API key and there edit permissions for the API Key...

I haven't tried forked version, but I have applied "dirty fix" in `FastImageViewManager.java` Just for test I have changed this line `.apply(FastImageViewConverter.getOptions(source))` to `.apply(FastImageViewConverter.getOptions(source).override(600, 400) )` And on performance was...

> @andru1989 that is a mistake and the second declaration will overwrite the first. @andru1989 @allthetime Is correct, I have mistakenly left the line `source{{uri:backgroundImage }}` In the meantime, we...

Sorry I'm not developing RN actively anymore :/