I am working on a React Native
app that stores the medical records of users. I want it to keep it secured as much as possible.
In achieving this, I wish the feature, every time a user opens the app, I have to show screen lock based on the device supported authentication mechanism (Pin, Password, Facial Recognition, or fingerprint)
Is there apis to access device lock or is there a library for supporting this?