A secure camera application built with Expo that allows you to take and store photos in a private directory.
Install dependencies and set up development environment
npm install
npm run prepare-devStart the development server
npx expo startLaunch the app on your preferred platform:
The app requires the following permissions:
npm start - Start the Expo development servernpm run android - Start for Androidnpm run ios - Start for iOS (untested)npm run web - Start for webnpm run lint - Run ESLintnpm run format - Format code with Prettiernpm run prepare-dev - Set up git hooks for
developmentnpm test - Run testseas build -p android - Build for Androideas build -p ios - Build for iOS (untested)eas submit -p android - Submit for Androideas submit -p ios - Submit for iOS (untested)Ensure you have the latest dependencies installed
Make your changes
Run the linter and formatter:
npm run lint
npm run formatSubmit your pull request
This project is licensed under the MIT License - see the LICENSE file for details.