Skip to content

Commit

Permalink
Add a link on iOS ImagePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacmd authored Nov 14, 2016
1 parent fca7848 commit 65c7221
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 65c7221

Please sign in to comment.