A keychain bridge that actually works
npm install better-rn-keychainimport BetterRnKeychain from "better-rn-keychain";
// ...
const result = await BetterRnKeychain.multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT