Added OS-level authentication with optional App PIN / Offline PIN fallback

This commit is contained in:
mansi-dev
2026-01-15 23:07:06 +05:30
parent 250f9286d6
commit 9660a3267c
3 changed files with 76 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
*/
import { AppRegistry } from 'react-native';
import App from './App';
import App from './src/screen/authorised/AuthScreen.tsx';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);