Skip to content

react-native-training/react-native-camera-roll-tutorial

Repository files navigation

Mastering the Camera Roll in React Native

React Native Training

This repo goes along with the medium tutorial Mastering the Camera Roll in React Native

Getting Started

  1. clone the repo
git clone git@github.com:react-native-training/react-native-camera-roll-tutorial.git
  1. install dependencies
yarn 

or

npm i
  1. link dependencies
react-native link
  1. start in ios or android
react-native run-ios

or

react-native run-android