I made an application according to my mind

Поділитися
Вставка
  • Опубліковано 2 лип 2024
  • npx react-native init CredentialManager
    cd CredentialManager
    npm install @react-navigation/native @react-navigation/stack react-native-encrypted-storage
    npm install react-native-screens react-native-safe-area-context
    npm install react-native-gesture-handler
    Now, let's create the full application structure:
    App.js (main entry point)
    screens/LoginScreen.js
    screens/HomeScreen.js
    screens/AddCredentialScreen.js
    screens/ViewCredentialScreen.js
    Github repo:
    github.com/proshantahalder/Cr...

КОМЕНТАРІ •