Daniel Salinas
Daniel Salinas
Seeing the same issue -- have tried a few alternate configs for the module-resolver with no luck, no change when upgrading to 0.63.1 either. Only seems to happen when generating...
Found this thread on the main react-native project where people are discussing the same issue, and have several proposed solutions: https://github.com/facebook/react-native/issues/29351
Seeing this as well on version 2.10.0 + RN 70.0. Going to try out the 3.0-rc2 release to see if it helps at all.
I'm not completely positive, but I suspect this crash (in my situation) was related to the use of a JSI based library. I was updating a SharedValue to mark progress...
I ran into something that I think might be a similar issue, so just detailing what I found in hopes that it is helpful. In my codebase, I had two...
Ran into the same issue with the number-keys, thank you for this workaround.
Did this just change on the new version? That's so strange, maybe some system default changed on me without my knowledge, but this wasn't a conscious change on my part....
Seems like there have been some scattered reports of this over the year, I suspect its related to more items coming in (since the view pages in items a few...
Yeah, so I completely rebuilt this hoping to use a different scrolling library. It worked better on IOS, but was unfortunately much worse on Android. There's a rewrite of it...
Do you have any visual examples of this in other apps. Trying to understand the UI interaction pattern.