Gustash / react-native-image-keyboard

React Native TextInput expansion to enable media input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not block new line in textInput (Android)

HappyCodingLover opened this issue · comments

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.

Use multiline={false} Prop in your TexInput