-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: example with
KeyboardAwareScrollView
that covers entire screen (
#751) ## 📜 Description Added example where input takes full height of the screen. Such scenario is quite common for messaging app (GMail for example). ## 💡 Motivation and Context Will help to reproduce #578 #512 #613 ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### JS - added long `TextInput` to `AwareScrollView` example. ## 🤔 How Has This Been Tested? Tested manually on: - iPhone 15 Pro; - Medium Phone API 35; ## 📸 Screenshots (if appropriate): <img width="274" alt="image" src="https://github.com/user-attachments/assets/d8bc6126-0435-4965-81e1-80edaf13f14f" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information
1 parent
a106fb3
commit 3410d6d
Showing
4 changed files
with
60 additions
and
0 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