UNPKG

react-native-secure-key-store

Version:

React Native Library for securely storing keys to iOS and Android devices in KeyChain and KeyStore respectively.

19 lines (16 loc) 322 B
box: id: node:latest ports: - "8080" build: steps: - script: name: Version Bump code: | npm version patch git push --tags - script: name: publish code: | echo "//<npm-registry>:8080/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc npm whoami