/CameraApp

Cross Platform React Native Camera App

Primary LanguageJavaScript

React Native Camera App

A cross platform (iOS and Android) React Native Camera app.

Reference Designs

Installation

Note: Be sure you have the React Native CLI installed on your system.

  • git clone https://github.com/jqn/CameraApp.git
  • cd CameraApp
  • yarn install/npm install
  • npx pod-install
  • npx react-native start

Running

  • cd CameraApp
  • npx react-native run-ios or npx react-native run-android

Features

  • Hooks
  • HOCs
  • Context
  • Camera access
  • Camera roll access
  • Gallery
  • Gallery Image Slider

This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!