Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bottom tabs selection stack (HW button Android) (#7380)
* Bottom tabs test to kt * implement flows of tab selection * Update BottomTabsControllerTest.kt * Squashed commit of the following: commit 3368cda Author: Ward Abbass <[email protected]> Date: Mon Nov 29 09:56:50 2021 +0200 Upgrade unit tests dependencies on android commit 7fe8421 Author: Ward Abbass <[email protected]> Date: Mon Nov 29 09:20:55 2021 +0200 tmp commit bcf0edb Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 13:32:27 2021 +0200 Fix playground reanimated animations (#7375) commit 623c239 Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 11:37:42 2021 +0200 Fix missing options processing (#7370) We missed `mergeOptions` processing on the following commands: `pop`, `popTo`, `popToRoot`, `dismissModal` and `dismissAllModals`. That resulted in a bug where using the old animations syntax didn't work. commit e0da767 Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 11:37:13 2021 +0200 Fix statusBar blur option in dark mode (#7372) commit 74beb27 Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 11:36:56 2021 +0200 Update documentation (#7373) commit 6452157 Author: Yogev Ben David <[email protected]> Date: Wed Nov 24 23:20:11 2021 +0200 Fix fast refresh crash (#7371) Closes #6176 commit 709ddb8 Author: Yogev Ben David <[email protected]> Date: Wed Nov 24 21:37:22 2021 +0200 Fix dismissing modals with sideMenu (#7369) Dismissing a modal that has a `sideMenu` layout exposed a bug we have where we look for the component in the top ViewController presented children, with `sideMenu` it's not enough because its children are not components. Instead, We should recursively look for that component in all of the top viewController children tree. Closes #7367 commit 5cc967b Author: Yogev Ben David <[email protected]> Date: Wed Nov 24 15:26:08 2021 +0200 [Navigation Mock] Fix bottomTabPressed event (#7368) * add e2e * add js option * add more testing * docs * Squashed commit of the following: commit 29ac5e4 Author: Ward Abbass <[email protected]> Date: Mon Nov 29 10:40:14 2021 +0200 Upgrade Android unit tests tools (#7379) * tmp * Upgrade unit tests dependencies on android commit bcf0edb Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 13:32:27 2021 +0200 Fix playground reanimated animations (#7375) commit 623c239 Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 11:37:42 2021 +0200 Fix missing options processing (#7370) We missed `mergeOptions` processing on the following commands: `pop`, `popTo`, `popToRoot`, `dismissModal` and `dismissAllModals`. That resulted in a bug where using the old animations syntax didn't work. commit e0da767 Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 11:37:13 2021 +0200 Fix statusBar blur option in dark mode (#7372) commit 74beb27 Author: Yogev Ben David <[email protected]> Date: Thu Nov 25 11:36:56 2021 +0200 Update documentation (#7373) commit 6452157 Author: Yogev Ben David <[email protected]> Date: Wed Nov 24 23:20:11 2021 +0200 Fix fast refresh crash (#7371) Closes #6176 commit 709ddb8 Author: Yogev Ben David <[email protected]> Date: Wed Nov 24 21:37:22 2021 +0200 Fix dismissing modals with sideMenu (#7369) Dismissing a modal that has a `sideMenu` layout exposed a bug we have where we look for the component in the top ViewController presented children, with `sideMenu` it's not enough because its children are not components. Instead, We should recursively look for that component in all of the top viewController children tree. Closes #7367 commit 5cc967b Author: Yogev Ben David <[email protected]> Date: Wed Nov 24 15:26:08 2021 +0200 [Navigation Mock] Fix bottomTabPressed event (#7368) * Update BottomTabs.test.js * Update BottomTabs.test.js * Update lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/bottomtabs/BottomTabsController.java Co-authored-by: aliraza-noon <[email protected]> * Squashed commit of the following: commit eae5831 Author: Ward Abbass <[email protected]> Date: Tue Nov 30 08:55:13 2021 +0200 Android API 30 fixes (#7343) Upgrading android target SDK to 30, to support android 12 changes. - Refactor StatusBarUtil to SystemUIUtils to include status and navigation bars. - Migrate deprecated code using flags to a modern one. - Calculating WindowInsets per component where all views are laid as full screen. - Keyboard enhancements to show hide keyboard. - Fix applying Options of a child taking parent Options into consideration. - Fix fixed status bar height and use a more elegant way. - Add more tests for SystemUiUtils. - Add a SystemUi screen to demonstrate system UI capabilities. - Migrate Reanimated usage to support Reanimated 2. Closes #7339. Closes #7225. Closes #7358. Closes #7199. Closes #7171. Closes #7111. Closes #6988. Closes #4258. Closes #7360. Demo: https://user-images.githubusercontent.com/7227793/142203865-d65b6910-21f8-4617-812e-b5576a6b58e4.mov Co-authored-by: Ward Abbass <[email protected]> Co-authored-by: Yogev Ben David <[email protected]> Co-authored-by: svbutko <[email protected]> Co-authored-by: Ward Abbass <[email protected]> * Update BottomTabsControllerTest.kt Co-authored-by: aliraza-noon <[email protected]>
- Loading branch information