@verticalstrategy/react-native-floating-label-text-input
Version:
An alternative to TextInput by Vertical Strategy
37 lines (36 loc) • 1 kB
JSON
{
"name": "@verticalstrategy/react-native-floating-label-text-input",
"version": "2.0.0",
"description": "An alternative to TextInput by Vertical Strategy",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/verticalstrategy/react-native-floating-label-text-input"
},
"keywords": [
"textinput",
"floating",
"label",
"react-native",
"react"
],
"private": false,
"scripts": {
"flow": "flow --show-all-errors --quiet",
"lint": "eslint ."
},
"author": "Vertical Strategy",
"license": "MIT",
"devDependencies": {
"@rise-digital/eslint-config-rise": "^2.2.1",
"eslint": "^5.2.0",
"flow-bin": "0.77.0",
"prettier": "^1.14.0",
"react": "^16.4.1",
"react-native": "^0.56.0"
},
"homepage": "https://github.com/verticalstrategy/react-native-floating-label-text-input#readme",
"bugs": {
"url": "https://github.com/verticalstrategy/react-native-floating-label-text-input/issues"
}
}