init
.editorconfig
0 → 100644
app.js
0 → 100644
... | ... | @@ -7,9 +7,10 @@ |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"ffi": "^2.2.0", | ||
"react": "15.4.2", | ||
"react-native": "0.40.0" | ||
"react": "^15.4.1", | ||
"react-native": "0.40.0", | ||
"react-native-camera": "^0.5.1", | ||
"react-native-tabs": "^1.0.9" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "18.0.0", | ||
... | ... |
scanner.js
0 → 100644
Please register or sign in to comment