Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNN issue with detox #142

Closed
bruchim opened this issue May 29, 2017 · 1 comment
Closed

RNN issue with detox #142

bruchim opened this issue May 29, 2017 · 1 comment

Comments

@bruchim
Copy link

bruchim commented May 29, 2017

Running Detox test with react-native-navigation cause push screen to freeze between the push animation and the test failed.

screen shot 2017-05-28 at 11 46 06

@LeoNatan
Copy link
Contributor

LeoNatan commented Jun 1, 2017

This is a culmination of the async model of RN, a bug in iOS and app logic.

The first two are problematic as they cannot easily be fixed. The suggestion is to only call focus()/becomeFirstResponder after the view controller presentation has completely finished (the RNN lifecycle event analogous to viewDidAppear).

As such, this is not a Detox issue.

@LeoNatan LeoNatan closed this as completed Jun 1, 2017
@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants