Password Manager for android device with offline Realm database.
Its simple template, anyone can add their desire encryption and store the user's multiple Account's password. It has common Fromlik and yup Form controls for input validation.
- Android Developemnt Environment
git clone https://github.com/meetparikh112/PasswordManager.git
yarn
To run the app first setup android envirement in you macine using React-native CLI QuickStart. Reference!
npx react-native run-android
or
yarn android
to Create apk you have to setup keystore. Reference!
cd android
gradlew assembleRelease
This project is licensed under the MIT License - see the LICENSE.md file for details