Pedro Pablo Aste Kompen
Pedro Pablo Aste Kompen
Running into the same issue. I realized this because the `.sc-bdnylx` class is now diffing from my snapshots, although is not being used ([now I'm getting `.sc-bdfBwQ`](https://github.com/wachunei/directUC/pull/141/checks?check_run_id=1342133471#step:7:33)). ### Code `Label`...
I'm having this issue but with a server side rendered app.
I'd say yes, unless we want to consider the issue when manually adding tokens https://github.com/MetaMask/metamask-mobile/issues/2480 as part of this one
This is working as expected for the on-ramp requirements 👍
Use ScrollView `keyboardShouldPersistTaps` prop.
I'm developing an app which uses a lot of images, our idea is to have them cached along with our state cache we're building, in #32 I mentioned a way...
Sounds good to me. I think it could be smarter in these ways: * Whenever the directory hits a certain size, delete older cached images * Whenever the cached image...
I was looking at the source code and it actually has a method that deletes the cached file (`_deleteFilePath`, [here it is in use](https://github.com/jayesbe/react-native-cacheable-image/blob/master/image.js#L82)). This method argument is `filePath`, which...
@jayesbe will look into this next days!
Please check #43, it needs to be tested though.