react-native-samsung-keystore
v1.0.4
Published
## Getting started
Downloads
4
Readme
react-native-samsung-keystore
Getting started
$ npm install react-native-samsung-keystore --save
update your android/build.gradle
- add following codes
allprojects {
repositories {
...
flatDir {
dirs "$rootDir/../node_modules/react-native-samsung-keystore/android/libs"
}
}
}