UNPKG

react-native-secure-key-store

Version:

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

13 lines (10 loc) 239 B
const path = require("path"); const packagePath = path.resolve(__dirname, "../"); module.exports = { resolver: { extraNodeModules: { "react-native-secure-key-store": packagePath, }, }, watchFolders: [packagePath], };