Jessica Tan

Results 2 comments of Jessica Tan

This is what I have and it seems to work fine on both platforms ``` await Keychain.setInternetCredentials( SOMEID, email, password, { accessControl: Keychain.ACCESS_CONTROL.BIOMETRY_CURRENT_SET, accessible: Keychain.ACCESSIBLE.WHEN_UNLOCKED_THIS_DEVICE_ONLY, } ); ``` ``` await...

Also in the middle of upgrading from `RN 0.61.5` to `RN 0.63.1` and `Flow 0.122.0` and have encountered this issue.