Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ViewController): avoid deep copy in dismiss() that can turn into …
…an infinite loop For some reason, apparently related to the NavOptions.ev field, this deep copy was turning into an infinite loop on a Nexus 7 / android 5.1.1 webview. Replace with a non-deep copy since the deep copy is unnecessary in this case.
- Loading branch information