The @portal-hq/keychain package contains a storage adapter intended for use with the @portal-hq/core package. This storage adapter allows end users to save MPC shares to their local device keychain using the iOS Keychain.
@portal-hq/keychain
package contains a storage adapter intended for use with the @portal-hq/core
package. This storage adapter allows end users to save MPC shares to their local device keychain using the iOS Keychain.
info.plist
file if it does not already exist:react-native-keychain
package (which contains native modules) there is some additional linking required to make it work with your React Native project.
Explicitly install the react-native-keychain
package in your project.