React Native Biometric Okta support

The Okta docs do not provide a way to implement biometric authentication for React Native apps as they do for native Android & iOS apps. Is there a way to do this?

It may or may not be helpful but GitHub - oblador/react-native-keychain: Keychain Access for React Native enables us to retrieve and store refresh token, etc. with biometric auth. So possibly, we just need to get a new session token the way Okta does in the native SDK’s here:

Thanks for your help.

1 Like

Hi, Did you get any response for this? I was looking for the same type of solution. Thanks.

Were you able to figure out how to do biometric login with okta-react-native?

I was also trying to use react-native-keychain access to store the refresh token, but I couldn’t find a way to get a new access token with the stored refresh token?