We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623aaa0 commit f197763Copy full SHA for f197763
.npmignore
@@ -4,3 +4,14 @@ ios
4
node_modules
5
.idea
6
show.gif
7
+test
8
+.travis.yml
9
+.npmignore
10
+.gitignore
11
+coverage
12
+CHANGELOG.md
13
+LICENSE
14
+.eslintignore
15
+.eslintrc
16
+.editorconfig
17
+.babelrc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-picker-xg",
3
- "version": "0.0.4",
+ "version": "0.0.5",
"private": false,
"main": "app/picker.js",
"description": "react native Picker component for both Android and iOS.",
0 commit comments