tcank
tcank
We have the same issue, first render of SafeAreaView doesn't have the right paddings until next render. Now we have one screen that is slow loading its content, and we...
Same issue here! The problem comes when using more than one awaited waitFor in the same `it` Already read the act behavior in this PR https://github.com/callstack/react-native-testing-library/pull/969/files and tried all the...
We can fix the problem using the solution proposed on https://stackoverflow.com/questions/64952449/react-native-testing-act-without-await/69201830#69201830 It seems that react-native jest preset is replacing global Promise implementation (2020 issue https://github.com/facebook/react-native/issues/29303) and this leads to the...
Hi everyone. In our team we need this changes too. I checked and the example app crashes before @nachozullo changes. There is a pull request to fix that https://github.com/rodgomesc/vision-camera-code-scanner/pull/66, but...