You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added close drawer accessibility tap area ([#11184](https://github.com/react-navigation/react-navigation/issues/11184)) ([061fb13](https://github.com/react-navigation/react-navigation/commit/061fb13273686bc5337442f1026ae426399b9808)) - by @mikegarfinkle
* added close drawer accessibility tap area ([#11184](https://github.com/react-navigation/react-navigation/issues/11184)) ([061fb13](https://github.com/react-navigation/react-navigation/commit/061fb13273686bc5337442f1026ae426399b9808)) - by @mikegarfinkle
11
+
12
+
### Features
13
+
14
+
* add testID and accessibilityLabel to DrawerItem ([#11168](https://github.com/react-navigation/react-navigation/issues/11168)) ([99ff9f7](https://github.com/react-navigation/react-navigation/commit/99ff9f7b92f6bb1ac32bc6c7482ae1faffec4ae8)) - by @andrewtremblay
* fix material bottom tabs not respecting safeAreaInsets prop ([fbfc9b3](https://github.com/react-navigation/react-navigation/commit/fbfc9b39db4ac8cb56d0c8f28b0f27b8cda0a508)) - by @satya164
* make headerBackground visible with transparent header ([#11109](https://github.com/react-navigation/react-navigation/issues/11109)) ([d7ef2bf](https://github.com/react-navigation/react-navigation/commit/d7ef2bf4ce77d1405c46d51fd2f375802c0768c4)) - by @yhkaplan
* add `ScrollView` type to 'getScrollResponder' ([#11112](https://github.com/react-navigation/react-navigation/issues/11112)) ([bb3b849](https://github.com/react-navigation/react-navigation/commit/bb3b849c0765287bc52a8ee2b8afda6edb49fd7c)) - by @ken0nek
* add support to override pager's overScrollMode ([#11194](https://github.com/react-navigation/react-navigation/issues/11194)) ([8d60b3c](https://github.com/react-navigation/react-navigation/commit/8d60b3cd9ed6f1df502982cbff8b75c633f455c7)) - by @ouabing
11
+
* allow users to pass `android_ripple` config in TabView ([#11203](https://github.com/react-navigation/react-navigation/issues/11203)) ([a452ecb](https://github.com/react-navigation/react-navigation/commit/a452ecbfa00d963ff46f231919e66b3cd87f5939)), closes [#11198](https://github.com/react-navigation/react-navigation/issues/11198) - by @okwasniewski
* Check cardStyleInterpolator name to allow for custom animation as well ([#11209](https://github.com/react-navigation/react-navigation/issues/11209)) ([a5050ba](https://github.com/react-navigation/react-navigation/commit/a5050baa6001706ec1c6ce295685b9bb1af79abd)), closes [/github.com/react-navigation/react-navigation/blob/main/packages/stack/src/TransitionConfigs/CardStyleInterpolators.tsx#L93](https://github.com//github.com/react-navigation/react-navigation/blob/main/packages/stack/src/TransitionConfigs/CardStyleInterpolators.tsx/issues/L93)[/github.com/react-navigation/react-navigation/blob/main/packages/stack/src/views/Stack/Card.tsx#L580](https://github.com//github.com/react-navigation/react-navigation/blob/main/packages/stack/src/views/Stack/Card.tsx/issues/L580) - by @drager
0 commit comments