react-native-pager
react-native-pager copied to clipboard
Crash (iOS) setObject:atIndexedSubscript object cannot be nil
Sometimes, if I am to quick, I receive following crash:
It also happened while testing your example app. It's rare, but it happens now and then
thanks for this, I hit this crash all the time while debugging as well - https://github.com/software-mansion/react-native-reanimated/issues/216
haven't figured out a way around it yet, but it looks like it can be patched temporarily on the native side
And looks like it only happens in debug mode, which is fine, since it doesn‘t affect production
Might be preventable https://github.com/software-mansion/react-native-reanimated/issues/397
Since I’m working with expo, there is no way of patching for me
i suspect it's updating animated nodes on an unmounted component. i'll leave this ticket up but im not sure what to do about this, hoping for a reanimated patch