-
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
TextInput numberOfLines
/maxNumberOfLines
workaround (manually calculating maxHeight
of TextInput
#31483
Merged
AndrewGable
merged 55 commits into
Expensify:main
from
margelo:@chrispader/number-of-lines-workaround
Jan 25, 2024
Merged
TextInput numberOfLines
/maxNumberOfLines
workaround (manually calculating maxHeight
of TextInput
#31483
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
2e421c7
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader 2a09811
update import
chrispader db57bf3
simplify android and ios implementations
chrispader 170729c
Update Introducing-Expensify-Chat.md
MitchExpensify bbafbea
start migrating PlaidLink to TypeScript
JKobrynski 231211a
migrate PlaidLinks native module to TypeScript, create a file for types
JKobrynski a88d047
migrate native PlaidLink to TypeScript
JKobrynski eacebd2
make onEvent a required prop to avoid optional chaining
JKobrynski 8e62b62
remove unused nativeModule
JKobrynski a966eb3
pass event to Log.info
JKobrynski d755308
allow metadata to be undefined in onEvent
JKobrynski 624875c
make publicToken required param
JKobrynski a8af74a
change eventName type to string
JKobrynski 019cd14
Correct return types
MonilBhavsar b2f9eab
Fix lint
MonilBhavsar 54b2c9b
fix type for activate card flow
pasyukevich c5584ec
removed an extra space
waterim dcc202a
update patches
chrispader 09e2c45
fix ios
chrispader 47318dc
update the comment
chrispader 786a859
simplify ios implementation
chrispader 3938bb6
simplify composer
chrispader a065840
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader 88ad1d9
remove unused changes
chrispader cbf1e66
remove empty line
chrispader d784b64
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader 42bf5bc
Merge branch 'main' into @chrispader/number-of-lines-workaround
8d44ecd
remove unused style
cb7785b
don't build android from source
558dbee
remove patch
d5af3c9
Merge branch 'main' into @chrispader/number-of-lines-workaround
76b981c
Merge branch 'main' into @chrispader/number-of-lines-workaround
58f8ce0
Merge branch 'main' into @chrispader/number-of-lines-workaround
e77ccd0
Merge branch 'main' into @chrispader/number-of-lines-workaround
hannojg fe1aaf6
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader e9f6632
Merge branch '@chrispader/number-of-lines-workaround' of github.com:m…
chrispader bd00372
remove empty line
chrispader 0384181
add back empty lien at EOF
chrispader 0ae5f90
Merge branch 'main' into @chrispader/number-of-lines-workaround
ec6515b
Merge branch 'main' into @chrispader/number-of-lines-workaround
d872300
remove empty line
0bb8337
add empty line
c3676a7
rename prop
7b24b41
Merge branch 'main' into @chrispader/number-of-lines-workaround
f2fc0de
revert rows prop change
chrispader 5369db0
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader c526fd3
Merge branch '@chrispader/number-of-lines-workaround'
8f5f879
fix: prop
87c1110
Merge branch 'main' into @chrispader/number-of-lines-workaround
55c795d
Merge branch 'main' into @chrispader/number-of-lines-workaround
7c0c1d3
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader 8ac8717
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader 706336a
update Podfile.lock
chrispader 0302070
Merge branch 'main' into @chrispader/number-of-lines-workaround
chrispader b96878c
Merge branch 'main' into @chrispader/number-of-lines-workaround
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
Oops, something went wrong.
Oops, something went wrong.
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.
NAB: this change is irrelevant to this PR