A cross platform (iOS and Android) React Native Camera app.
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
cd CameraApp
npx react-native run-ios
ornpx react-native run-android
- 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!