-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile emoji picker now has search input #18221
Merged
stitesExpensify
merged 32 commits into
Expensify:main
from
margelo:perunt/search-mobile-emoji-picker
Jun 7, 2023
Merged
Changes from 24 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
069d246
handle paddings for EmojiPicker
perunt cdf9cca
add search input for native (mobile)
perunt dc5b6da
add search input for mobile on WEB
perunt 94d8eb7
remove KeyboardSpacer
perunt c6d1123
clean
perunt fd06379
enableKeyboardAvoiding
perunt e1bd040
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt f0e8e3c
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt d1c4362
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 17e8924
prettier
perunt 1ca75c6
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 73068e1
add index to keyExtractor
perunt 6b4d03e
update getEmojiPickerListHeight style
perunt f734e1c
reduce the height of the web emoji picker on mobile devices
perunt f3fdc65
Merge branch 'perunt/search-mobile-emoji-picker' of https://github.co…
perunt 9b84152
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 133f033
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 43028d2
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 1b0ae83
make content resizable
perunt a25f77c
patch-package react-native-modal
perunt 2cf5a4d
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 38d2295
lint
perunt f69bb5b
linter
perunt e7c137f
clean code
perunt fdfeb03
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 1d0ef42
Add top padding consistent with the WEB version for uniformity across…
perunt e485fd3
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 26398de
clean styles
perunt eb687d3
prop-types and the default value for avoidKeyboard
perunt 251ecbe
getOuterModalStyle
perunt e9fc1d1
update getOuterModalStyle
perunt 6beba0b
add comment
perunt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only apply this style to mobile browsers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the web, we handle keyboards differently, in this case, this style is used to adjust content dimensions when the keyboard is opened.