lightninglabs / lightning-app

An easy-to-use cross-platform Lightning wallet
GNU General Public License v3.0
901 stars 172 forks source link

Update keychain-mobile.js #1324

Open nicolasburtey opened 4 years ago

nicolasburtey commented 4 years ago

I believe this._RNKeychain.WHEN_UNLOCKED_THIS_DEVICE_ONLY is returning null instead of the right enum

it probably falls back to the default state, which is Keychain.ACCESSIBLE.WHEN_UNLOCKED

more can be read here: https://github.com/oblador/react-native-keychain

claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.