If I have a multiline TextInput in a ScrollView and add some lines to the TextInput the TextInput gets sometimes a bounce and you are not able to scroll the ScrollView. Please see my gif and the expo project I created.
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.6.0
Yarn: 1.5.1
npm: 5.3.0
Watchman: 4.7.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 2.2 AI-145.3537739
Packages: (wanted => installed)
react: 16.3.0-alpha.1 => 16.3.0-alpha.1
react-native: https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz => 0.54.2
The bug is not occuring with expo sdk 25 but with sdk 26, so the bug was propably introduced with the TextInput improvements.
I can also reproduce the bug without expo and react-native 0.54.4.
If you need more information, I'm glad to help you out.
https://snack.expo.io/S11euYkjM
The TextInput should not have a bounce or scroll if the content is not bigger than the TextInput.

Thanks for posting this! It looks like your issue may be missing some necessary information. Can you run react-native info and edit your issue to include these results under the Environment section?
Thank you for your contributions.
I believe this is due to the following line, which makes the TextInput always scrollable:
I have same issue
Any solution ?
Any solution for this issue?
The behaviour i'm experiencing is really weird:
Plus: onScroll does not fire...
Has anybody found a solution for this?
https://github.com/facebook/react-native/pull/19330 was recently merged, which could help with this.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.
Most helpful comment
I believe this is due to the following line, which makes the TextInput always scrollable:
https://github.com/facebook/react-native/blob/26684cf3adf4094eb6c405d345a75bf8c7c0bf88/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.m#L34