This repo goes along with the medium tutorial Mastering the Camera Roll in React Native
- clone the repo
git clone [email protected]:react-native-training/react-native-camera-roll-tutorial.git
- install dependencies
yarn
or
npm i
- link dependencies
react-native link
- start in ios or android
react-native run-ios
or
react-native run-android