react-native-controlled-mentions icon indicating copy to clipboard operation
react-native-controlled-mentions copied to clipboard

Number of line not work

Open vickypathak123 opened this issue 3 years ago • 3 comments

I'm use this library but number of line is not work. i'm also declare the multiline={true} but it's not work

vickypathak123 avatar Aug 02 '21 11:08 vickypathak123

multiline props is not working. anyone having the same issues?

jonats2020 avatar Apr 20 '22 09:04 jonats2020

Hey, @vickypathak123, @jonats2020! Thanks for your feedbacks.

Please, try if it's still not working in the next v3 release.

You can find an example here: https://github.com/dabakovich/react-native-controlled-mentions/blob/3.0/example/mentions-app.tsx

Install this pre-release using alpha tag:

yarn add react-native-controlled-mentions@alpha
// or
npm install --save react-native-controlled-mentions@alpha

dabakovich avatar May 14 '22 10:05 dabakovich

Multiline is still not working, any solution?

miyukihyde avatar Jun 14 '23 10:06 miyukihyde