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 f197763 commit e8a293eCopy full SHA for e8a293e
.npmignore
@@ -15,3 +15,5 @@ LICENSE
15
.eslintrc
16
.editorconfig
17
.babelrc
18
+index.android.js
19
+index.ios.js
package.json
@@ -24,10 +24,9 @@
24
"lint": "eslint ."
25
},
26
"dependencies": {
27
- "react-native-vector-icons": "^2.0.3",
28
- "validate-commit-msg": "^2.6.1"
29
30
"devDependencies": {
+ "validate-commit-msg": "^2.6.1",
31
"babel-core": "^6.9.1",
32
"babel-preset-react-native": "^1.9.0",
33
"chai": "^3.5.0",
0 commit comments