react-native-fingerprint-sc.../examples/package.json
Phillip Baker 7e828060e3 Add react-native >= 0.60 support.
* Add new dependency config
* Add podspec
* Update android depdendency for androidx support
2019-08-12 07:16:40 -04:00

19 lines
393 B
JSON

{
"name": "examples",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"main": "src/Application.container",
"dependencies": {
"prop-types": "15.6.1",
"react": "16.8.6",
"react-native": "0.60.0",
"react-native-fingerprint-scanner": "file:../"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.54.1"
}
}