Secret Camera App 📸

A secure camera application built with Expo that allows you to take and store photos in a private directory.

Features

Getting Started

  1. Install dependencies and set up development environment

    npm install
    npm run prepare-dev
  2. Start the development server

    npx expo start
  3. Launch the app on your preferred platform:

Required Permissions

The app requires the following permissions:

Development

Release

Contributing

  1. Ensure you have the latest dependencies installed

  2. Make your changes

  3. Run the linter and formatter:

    npm run lint
    npm run format
  4. Submit your pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.