Gustash / react-native-image-keyboard

React Native TextInput expansion to enable media input.
MIT License
147 stars 14 forks source link

Can not block new line in textInput (Android) #6

Closed HappyCodingLover closed 3 years ago

HappyCodingLover commented 3 years ago

Hi, guys. After I added this package, I can not block new line in Android. (not sure in iOS) When I click return Key on keyboard, Actual Result: It adds a new line in textInput. Expected Result : It gets out of textInput. RN: 0.62

The help would be very appriciated.

sumitrana1996 commented 3 years ago

Use multiline={false} Prop in your TexInput