It looks like the example in example/index.js is out of date (possibly just not updated after the implementation was changed from the original shazron/KeychainPlugin repository.
e.g. the example shows using the plugin as new Keychain() which won't work (example in README.md shows just using the global Keychain as Keychain.get, etc.)
It looks like the example in
example/index.js
is out of date (possibly just not updated after the implementation was changed from the originalshazron/KeychainPlugin
repository.e.g. the example shows using the plugin as
new Keychain()
which won't work (example in README.md shows just using the globalKeychain
asKeychain.get
, etc.)