-
Install dependencies
npm install
-
Change the input sections
Delete app/index.tsx email and password default values.
const [email, setEmail] = useState(process.env.EXPO_PUBLIC_EMAIL); const [password, setPassword] = useState(process.env.EXPO_PUBLIC_PASSWORD);
-
Start the app
npx expo start
-
Cannot find module 'metro/src/lib/TerminalReporter'
# If you encounter this error when app loaded. Open the terminal and paste this
npm install --save-dev metro
Disclaimer : If you don't have .env file this project don't run in your local machine. If you want to run locally contact this address [email protected]
This project was previously distributed under the MIT License.
However, as of the current version, all rights are reserved.
You are not permitted to copy, distribute, modify, or use this software without explicit written permission from the author.
Unauthorized use, reproduction, or redistribution of any part of this codebase is strictly prohibited.
For licensing inquiries, please contact the repository owner.