Skip to content

Commit 244d828

Browse files
committed
Update version for recusrive children fix
1 parent d16222a commit 244d828

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-autofocus",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Move to next input field on enter in a form",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,11 @@
1010
"type": "git",
1111
"url": "git+https://github.com/zackify/react-native-autofocus.git"
1212
},
13-
"keywords": ["react-native", "autofocus", "onenter"],
13+
"keywords": [
14+
"react-native",
15+
"autofocus",
16+
"onenter"
17+
],
1418
"author": "Zach Silveira",
1519
"license": "ISC",
1620
"bugs": {

0 commit comments

Comments
 (0)