yaqi liu
yaqi liu
same issue
you can delete the cleanup code at ```node_modules\selenium-side-runner\dist\index.js``` ``` if (!suite.tests) { // not parallel const cleanup = suite.persistSession ? '' : 'beforeEach(() => {vars = {};}); /*afterEach(async () =>...
@nassausky you can just remove ```afterEach(async () => (cleanup()));```,it works in my project。 And I find the settings of test suites has a option named _Persist session_ , you can...
Wrong button position when using KeyboardAvoidingView in combination with SafeAreaView and autofocus
https://github.com/react-navigation/react-navigation/issues/10681 https://github.com/software-mansion/react-native-screens/issues/1504 same issue. I think it is caused by react-navigation, the frame height will be changed twice.
> Hi @lyqandy - I just tried your snack example and it works without issue on expo go and on a dev build? @alanjhughes Did you test that on iOS...