Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(view): prevent flicker when changing tabs on android
When android changes tabs, there was slight delay between the view becoming the cached view and the new tab becoming the active view. Similar to how iOS's tab swap animation works, passing in opacity prevents the leaving view from dissepearing too early, allowing for a much smoother animation.
- Loading branch information