rn-mentions
Version:
Mentions textbox for React Native. Works on both ios and android
29 lines (28 loc) • 736 B
JSON
{
"name": "rn-mentions",
"version": "0.0.5",
"description": "Mentions textbox for React Native. Works on both ios and android",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BalochPalwisha/rn-mentions"
},
"keywords": [
"react-component",
"react-native",
"mentions",
"textInput"
],
"author": "https://github.com/BalochPalwisha",
"license": "MIT",
"bugs": {
"url": "https://github.com/harshq/react-native-mentions/issues"
},
"homepage": "https://github.com/BalochPalwisha/rn-mentions#readme",
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0"
}
}