Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 616 Bytes

File metadata and controls

37 lines (28 loc) · 616 Bytes

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