Skip to content

Commit 5cb0107

Browse files
committed
PR #3 is here for placeholder is updated dynamically
1 parent b1d7d7a commit 5cb0107

File tree

2 files changed

+2032
-1989
lines changed

2 files changed

+2032
-1989
lines changed

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakycoder/react-native-text-input",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Modern text input with fully customization options for React Native",
55
"main": "./build/dist/RNTextInput.js",
66
"repository": "[email protected]:WrathChaos/react-native-text-input.git",
@@ -9,6 +9,9 @@
99
"homepage": "https://www.freakycoder.com",
1010
"bugs": "https://github.com/WrathChaos/react-native-text-input/issues",
1111
"keywords": [
12+
"react-native-text-input",
13+
"react-native-text",
14+
"react-native-input",
1215
"FreakyCoder",
1316
"freakycoder",
1417
"kuray",
@@ -31,16 +34,16 @@
3134
"react-native": ">=0.63.x"
3235
},
3336
"devDependencies": {
37+
"@react-native-community/eslint-config": "^2.0.0",
3438
"@types/react": "^16.9.53",
3539
"@types/react-native": "^0.63.25",
36-
"react-native-typescript-transformer": "^1.2.13",
37-
"typescript": "^4.0.3",
38-
"@react-native-community/eslint-config": "^2.0.0",
3940
"eslint": "^7.11.0",
4041
"eslint-config-airbnb": "^18.2.0",
4142
"husky": "^4.3.0",
4243
"lint-staged": "^10.4.2",
43-
"prettier": "^2.1.2"
44+
"prettier": "^2.1.2",
45+
"react-native-typescript-transformer": "^1.2.13",
46+
"typescript": "^4.0.3"
4447
},
4548
"husky": {
4649
"hooks": {

0 commit comments

Comments
 (0)