Merge pull request #45 from markburns/patch-1

Use markdown syntax to display images inline
This commit is contained in:
Brent Vatne 2015-06-01 13:36:20 -07:00
commit 5624d72f11

View File

@ -6,11 +6,8 @@ A <Video> component for react-native, as seen in
### Add it to your project
1. Run `npm install react-native-video --save`
2. Open your project in XCode, right click on `Libraries` and click `Add
Files to "Your Project Name"`
[(Screenshot)](http://url.brentvatne.ca/jQp8) then
[(Screenshot)](http://url.brentvatne.ca/1gqUD) (use the RCTVideo project
rather than the one pictured in screenshot).
2. Open your project in XCode, right click on `Libraries` and click `Add Files to "Your Project Name"`
* ![Screenshot](http://url.brentvatne.ca/jQp8.png) ![Screenshot](http://url.brentvatne.ca/1gqUD.png) (use the RCTVideo project rather than the one pictured in screenshot).
3. Add `libRTCVideo.a` to `Build Phases -> Link Binary With Libraries`
[(Screenshot)](http://url.brentvatne.ca/g9Wp).
4. Add `.mp4` video file to project and to `Build Phases -> Copy Bundle Resources`