jbolter

Results 14 comments of jbolter

To be specific... make sure you are adding the {} around CachedImage. Old way: `import CachedImage from 'react-native-cached-image';` New way: `import {CachedImage} from 'react-native-cached-image';` Although now that I just changed...

I'm seeing this same crash. Is there any update on this? I'm using `react-native-fetch-blog` `0.10.4` included through a dependency of another library. I'm wondering if upgrading to `0.10.6` will help?

I just started seeing this as well and I'm wondering what changed 🤔

Checkout my fork. I fixed the issue with system frameworks not using localized strings or not using the language set using setLanguage:

Glad to hear it fixed your issue as well. I did file a pull request with @cmaftuleac ... https://github.com/cmaftuleac/BundleLocalization/pull/2

@cmaftuleac Sorry for the late reply... never saw your comment previously. Yes that's really the best we can do I think since the system frameworks won't change until the next...

We're currently running into this on RN 0.64. The `scrollTo` bug that was linked seems to only affect Android but I am seeing this on iOS also.

`4.0.0-beta.6` fixed the issue for me.

Well I started a new chat locally and i'm not reproducing this now so I will have to try and get more specific steps to recreate this issue.

If there is anything I can provide from the "broken" chat to help you debug let me know what that might be.