Marc Shilling

Results 56 comments of Marc Shilling

Same issue for me I think. I updated from 4.2.0 (where this was working fine) to 4.3.11 and started experiencing this. All good when the app was alive in the...

False alarm I think...the race condition was in my code. I updated to 4.3.11 and am back in business. As long as all everything in your app is ready to...

Surprising that the `expiresDate` would ever be nil, but we should be able to protect against by wrapping that line with a nil check. I'll make a PR.

FYI: There's a 6.6.2 on npm now that seems to be working for me!

You should also add: `cell.accessibilityTraits = UIAccessibilityTraitImage | UIAccessibilityTraitButton;` This will make it clear that it's an image that can be selected, and iOS will even sometimes be able to...

The same problem exists on Modals when you use `modalPresentationStyle: 'overCurrentContext'`, but at least that can be resolved by switching to 'overFullScreen'`. There doesn't seem to be a workaround for...

@TomCorvus excellent tip! I too was experience performance issues with a SafeAreaView as a child - lots of jittering and lag, plus this occasional illegal node ID crash. All good...

@mateusz1913's solution above works for me and seems much simpler than @vagnerlandio's. What's the difference between these approaches and is either better or worse?

Having this issue as well...Android only. Similarly, I'm resorting to calling `Keyboard.dismiss()` prior to showing the sheet.

@JimTeva I'm having the same issue trying to upgrade to 0.72...any luck? iOS app crashes at launch with `*** Terminating app due to uncaught exception 'RCTFatalException: No bundle URL present.`