* feat: remove Animators and replace with Transitions
* fix: handle disappearing nested fragments for tabs.
Extract TabFragmentImplementation in tab-navigation base for both tabs and bottom navigation
* chore: bump webpack cycles counter
* feat(android-widgets): add androidx.transition:transition as dependency
* chore: fix typescript errors
* fix(frame-android): child already has a parent. Replace removeView with removeAllViews
* fix(tests): wait for fragment before isAdded() check
* fix(bottom-navigation): prevent changeTab logic when fragment manager is destroyed
* chore: apply PR comments changes