diff --git a/react-native.md b/react-native.md index 6bc6f1d..0a7d2cd 100644 --- a/react-native.md +++ b/react-native.md @@ -13,4 +13,11 @@ - **Build a Coffee Finder App with React Native and the Yelp API** https://appendto.com/2016/11/build-a-coffee-finder-app-with-react-native-and-the-yelp-api/ - A tutorial that covers building an IOS app that fetches data, organizes views, and displays the data on a map. \ No newline at end of file + A tutorial that covers building an IOS app that fetches data, organizes views, and displays the data on a map. + + +#### Specific aspects + +- **Using iOS Image Picker with React Native** + http://goshakkk.name/react-native-camera-roll-image-picker/ + Getting an ImagePicker to work on iOS is painful. It's barely documented. This tutorial-style article shows you everything you need to do to finally start asking users for images.