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, it should look for the default device lock (Pin, Password, Facial Recognition, or fingerprint), exactly like payment apps do it.
Can I achieve this in React Native?
Thanks in advance.