Skip to content

Commit

Permalink
Merge pull request markerikson#41 from goshakkk/patch-4
Browse files Browse the repository at this point in the history
Add a link on iOS ImagePicker
  • Loading branch information
markerikson authored Nov 19, 2016
2 parents 1b1ce3a + 65c7221 commit 2460ce5
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 2460ce5

Please sign in to comment.