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

Performance of exiting modal is not good as official Modal #2581

Closed
tikkichan4 opened this issue Nov 2, 2017 · 1 comment
Closed

Performance of exiting modal is not good as official Modal #2581

tikkichan4 opened this issue Nov 2, 2017 · 1 comment

Comments

@tikkichan4
Copy link

I am using the modal which contains a TextInput component:

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.22
  • react-native v0.49.3

Expected behaviour

Official modal: Close the keyboard and modal at the same time.
Router flux modal: Close the keyboard and modal at the same time.

Actual behaviour

Official modal: Close the keyboard and modal at the same time (It is smooth)
Router flux modal: The keyboard is dismissed after the modal is closed. (It is weird)

Steps to reproduce

For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
N/A

@aksonov
Copy link
Owner

aksonov commented Nov 4, 2017

Originally RNRF's Modal was created before current 'official'. If you are not satisfied, please just use official Modal for your use cases.

@aksonov aksonov closed this as completed Nov 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants