mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 17:47:32 +08:00
* Add padding bottom to ios presentation modal Because of the translateY moving the screen out to the bottom of view by 10 pt, these 10pt are hidden under the screen, or steal this size from the safe area. To avoid cutting elements, the size of the screen could be decreased by the `topOffset` using padding on the bottom. Fixes #7856 * Update packages/stack/src/TransitionConfigs/CardStyleInterpolators.tsx Co-Authored-By: Serhii Vecherenko <SDSLeon999@gmail.com> Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com> Co-authored-by: Serhii Vecherenko <SDSLeon999@gmail.com>
@react-navigation/stack
Stack navigator for React Navigation.
Installation instructions and documentation can be found on the React Navigation website.