usage of react native to enhance security #10
Replies: 1 comment
-
An interesting idea. I'm not opposed to it, but I want to develop a clearer long-term plan before pursuing something like this. In particular, https://confessit.app is a website so it needs to support computers too. And while we could, for example, building it in two different formats (for web and native), there are already native solutions available that do this. (The native ConfessIt Android app already supports password protection on Android, and Sabin's app already supports this feature on Android or iOS.) Also, I think a lot of users don't share their phone and use a lock screen, so an additional password is somewhat redundant for a lot of users. Not to say that this isn't a useful feature idea, just that it isn't currently at the top of my priority list. |
Beta Was this translation helpful? Give feedback.
-
Perhaps create-react-native-app could be implemented rather than creact-react-app, in order to make use of native smartphone technologies which would allow for further security in the app (such as fingerprint scanner / Touch ID).
https://www.npmjs.com/package/react-native-fingerprint-scanner
Beta Was this translation helpful? Give feedback.
All reactions