Lee Powell

Results 13 comments of Lee Powell

Same issue - this seems to work correctly for RN's implementation of TouchableOpacity, but not RNGH in Android.

I'm more concerned about why the first promise doesn't resolve ... I can't see any reason it shouldn't. And I don't think I should be limited to fake timers to...

FYI I tested this in `@testing-library/react` and it passes as expected.

@mdjastrzebski sorry, this was on my "todo" list, but it's been a busy few days and it slipped my mind. Thanks for the fix and for testing 🙇

@mdjastrzebski sure I'll try to pull one together - I was trying to do so yesterday when I came across this strange behaviour https://github.com/callstack/react-native-testing-library/issues/1067

Think we're getting the same issue - although only seems to be one of our developers who recently updated XCode to latest version.

Yep, getting the same error, you can use patch-package to add `this.props = props` to the constructor, which should give you a temp workaround, for some reason calling `super(props)` doesn't...

Not sure if it's related - but if you add the `generate: false` option, then this hits the issue too - as the remote attempts to import react for a...

It know it doesn't help, but just hit the same issue here.