react-native-controlled-mentions
react-native-controlled-mentions copied to clipboard
Number of line not work
I'm use this library but number of line is not work. i'm also declare the multiline={true} but it's not work
multiline props is not working. anyone having the same issues?
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
Multiline is still not working, any solution?