tomskopek
tomskopek
Same here! @TPXP @pyarmak - how did you add this workaround? I tried using patch-package but ran into some errors with react-native-firebase, and also tried forking but also ran into...
@githuboftigran can we get this PR merged?
I came up with this for my case. I'm not sure this is the "proper way" to do things, but it seems to be working for me. To be honest,...
Please leave an upvote on this discussion item if you need this. https://github.com/DylanVann/react-native-fast-image/discussions/825 In the meantime @jamesxabregas hack seems to work pretty well for me - here's a (simplified) code...
I came across this issue while dealing with a similar issue for the *vanilla react native Modal component* (not this library). Setting statusBarTranslucent to true on the Modal seems to...
> ```yaml > // .yarnrc.yaml at project root > > packageExtensions: > eslint-config-next@*: > dependencies: > next: "*" > > yarnPath: .yarn/releases/yarn-3.2.2.cjs > ``` Oh my gosh, thank you so...
Thanks @effektsvk - any idea of a tool to profile the other stuff? We don't have many images, all are compressed and total size of images is < 400kb I'm...
Thanks for sharing @effektsvk ! It's interesting that the size of my archive is 751 MB, but the size on the app store is 62 MB. I'm guessing you experienced...
I've noticed that the second time, the subscribe listener adds this param: `'+rn_cached_initial_event'`. You can return early if it's present. This does not seem to be the case on getInitialUrl.
@entioentio could you please elaborate on the cluster/supercluster solution, or point to some relevant documentation? 🙏