mfrag38-react-native-textinput-with-icons-full
Version:
small react native package help you to make a material text input and allow you to add icons to the left and right side and icons have onPress feature
29 lines • 823 B
JSON
{
"name": "mfrag38-react-native-textinput-with-icons-full",
"version": "1.1.1",
"description": "small react native package help you to make a material text input and allow you to add icons to the left and right side and icons have onPress feature",
"main": "./lib/Input.js",
"directories": {
"lib": "lib"
},
"keywords": [
"react",
"react-native",
"react-native-textinput",
"react-native-input-icon",
"react-native-input-with-icons",
"react-native-textfield-icon",
"react-native-textfield-with-icon",
"ios",
"react-native-material",
"react-native-material-textInput",
"react-native-material-textField"
],
"author": "Mohamed Frag",
"license": "MIT",
"dependencies": {
"mfrag38-react-native-clickable-view": "^1.0.0",
"prop-types": "^15.6.2",
"react-native-vector-icons": "^6.6.0"
}
}