-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add clickable custom emoji support for onboarding task #55222
Merged
carlosmiceli
merged 14 commits into
Expensify:main
from
Amoralchik:clickable-emoji-in-expense-task
Jan 31, 2025
+229
−104
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c446d64
Add custom emoji functionality and for onboarding task
Amoralchik 238cfa8
Add GlobalCreate svg and update FloatingActionButton to use it
Amoralchik 897fcde
Merge remote-tracking branch 'origin/main' into clickable-emoji-in-ex…
Amoralchik b1e3dbc
Fix FloatingActionButton emoji styles for ios and android
Amoralchik 1fb883d
Merge remote-tracking branch 'origin/main' into clickable-emoji-in-ex…
Amoralchik 885da3e
Fix FloatingActionButton emoji position
Amoralchik 4a1e6fe
Refactor custom emoji handling via FABProvider
Amoralchik 4686987
Fix emoji position for non-web platforms in CustomEmoji components
Amoralchik ee33234
Merge remote-tracking branch 'origin/main' into clickable-emoji-in-ex…
Amoralchik b313b5e
refactor CustomEmojiWithDefaultPressableAction to use FloatingActionB…
Amoralchik 8d43075
Merge remote-tracking branch 'origin/main' into clickable-emoji-in-ex…
Amoralchik 6defcc7
refactor CustomEmojiWithDefaultPressableAction to accept children for…
Amoralchik 60d06bf
refactor emoji keys in onboarding messages and components according t…
Amoralchik f14215e
refactor FloatingActionButtonAndPopover to remove platform-specific s…
Amoralchik 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
Fix emoji position for non-web platforms in CustomEmoji components
- 9.1.10-3
- 9.1.10-2
- 9.1.10-1
- 9.1.10-0
- 9.1.9-8
- 9.1.9-7
- 9.1.9-6
- 9.1.9-5
- 9.1.9-4
- 9.1.9-3
- 9.1.9-2
- 9.1.9-1
- 9.1.9-0
- 9.1.8-1
- 9.1.8-0
- 9.1.7-2
- 9.1.7-1
- 9.1.7-0
- 9.1.6-1
- 9.1.6-0
- 9.1.5-5
- 9.1.5-4
- 9.1.5-3
- 9.1.5-2
- 9.1.5-1
- 9.1.5-0
- 9.1.4-4
- 9.1.4-3
- 9.1.4-2
- 9.1.4-1
- 9.1.4-0
- 9.1.3-4
- 9.1.3-3
- 9.1.3-2
- 9.1.3-1
- 9.1.3-0
- 9.1.2-1
- 9.1.2-0
- 9.1.1-6
- 9.1.1-4
- 9.1.1-3
- 9.1.1-2
- 9.1.1-1
- 9.1.1-0
- 9.1.0-2
- 9.1.0-1
- 9.1.0-0
- 9.0.99-2
- 9.0.99-1
- 9.0.99-0
- 9.0.98-8
- 9.0.98-7
- 9.0.98-6
- 9.0.98-5
- 9.0.98-4
- 9.0.98-3
- 9.0.98-2
- 9.0.98-1
- 9.0.98-0
- 9.0.97-1
- 9.0.97-0
- 9.0.96-1
- 9.0.96-0
- 9.0.95-6
- 9.0.95-5
- 9.0.95-3
- 9.0.95-1
- 9.0.95-0
- 9.0.94-25
- 9.0.94-24
- 9.0.94-23
- 9.0.94-17
- 9.0.94-16
- 9.0.94-10
- 9.0.94-8
- 9.0.94-7
- 9.0.94-5
- 9.0.94-4
- 9.0.94-2
- 9.0.94-1
- 9.0.94-0
commit 4686987b3f4795f63aa5e9be4e69b52c24468b16
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
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.
I do not understand how restricting the height of the View moves its position on iOS. When I give a background color to the View with this styling the View appears very small and the image overflows but somehow it changes position. Can you please explain this? I have a suggestion using margin in
styles/index
as specified below which completely removespositionFix
. Please check this and see if it is preferable.