Skip to content

Conversation

@SteffeyDev
Copy link
Contributor

In more recent version of RN, the onContentSizeChange is only called
with the initial size, and onChange is called thereafter. This commit points the TextInput onChange listener to the same function as onContentSizeChange so that growing multiline inputs work again. See
facebook/react-native#6552 (comment)
962 & facebook/react-native#1229 (comment)

In more recent version of RN, the onContentSizeChange is only called
with the initial size, and onChange is called thereafter.  See
facebook/react-native#6552 (comment)
962
@n4kz n4kz merged commit 6e386ea into n4kz:master May 10, 2017
@n4kz
Copy link
Owner

n4kz commented May 10, 2017

Thanks for reporting, looks like it works in RN 0.42 but is broken again in RN 0.44.

Update: iOS works as expected in RN 0.44

@n4kz
Copy link
Owner

n4kz commented May 10, 2017

Released in 0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants