-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(headers): remove animations causing header shift on ios (#6256)
### Description After upgrading to react-native-screen v4 in #6217. Some header shifts were observed on iOS for screens using the `slide_from_bottom` animations. This PR removes those animations. ### Test plan | iOS Before | iOS After | | ---- | ---- | | <video src="https://github.com/user-attachments/assets/e364d86a-7ddc-4055-8405-8669ac754ad8"/> | <video src="https://github.com/user-attachments/assets/460cdd09-f982-41c2-9ed9-95700124098e" /> | ### Related issues Part of ACT-1326 ### Backwards compatibility Yes ### Network scalability N/A
- Loading branch information
Showing
4 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters