We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a44e8 commit d2cf99aCopy full SHA for d2cf99a
README.md
@@ -1,4 +1,4 @@
1
-react-native-controlled-mentions 
+react-native-controlled-mentions ! [![npm version][npm-image]][npm-url]
2
-
3
Pretty simple and fully controlled mentions input. It can:
4
@@ -147,3 +147,6 @@ Known issues
147
* Mention name regex accepts white spaces (eg `{name: ' ', value: 1}`)
148
* ~~Keyboard auto-correction not working if suggested word has the same length~~ FIXED
149
* ~~Text becomes transparent when setting custom font size in TextInput~~ FIXED
150
+
151
+[npm-image]: https://img.shields.io/npm/v/react-native-controlled-mentions
152
+[npm-url]: https://npmjs.org/package/react-native-controlled-mentions
0 commit comments