@inkindcards/react-native-money
Version:
A fully native TextInput component that allows currency input with a right to left text aligment
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "@inkindcards/react-native-money",
"version": "1.0.6",
"description": "A fully native TextInput component that allows currency input with a right to left text aligment",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/inKindCards/react-native-money.git"
},
"keywords": [
"react",
"native",
"money",
"currency",
"currency field",
"money field",
"currency input",
"money input",
"text input",
"android",
"ios"
],
"scripts": {
"prepare": "npx tsc",
"format": "prettier --write ./index.tsx"
},
"devDependencies": {
"@react-native-community/eslint-config": "0.0.2",
"@types/react": "^16.9.50",
"@types/react-native": "^0.63.45",
"react-native": "^0.64.1",
"tslib": "^2.1.0",
"typescript": "^4.5.4",
"prettier": "^2.5.1"
},
"peerDependencies": {
"react-native": ">=0.62.2"
},
"author": "Nathan Horrigan",
"bugs": {
"url": "https://github.com/inKindCards/react-native-money"
},
"homepage": "https://github.com/inKindCards/react-native-money",
"dependencies": {},
"license": "MIT"
}