Fix inline image in README

This commit is contained in:
Mark Burns 2015-06-25 11:39:36 +09:00
parent 52fb282975
commit f258b21963

View File

@ -11,7 +11,7 @@ Requires react-native >= 0.4.4
2. Open your project in XCode, right click on `Libraries` and click `Add Files to "Your Project Name"` 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). * ![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` 3. Add `libRTCVideo.a` to `Build Phases -> Link Binary With Libraries`
[(Screenshot)](http://url.brentvatne.ca/g9Wp). ![(Screenshot)](http://url.brentvatne.ca/g9Wp.png).
4. Add `.mp4` video file to project and to `Build Phases -> Copy Bundle Resources` 4. Add `.mp4` video file to project and to `Build Phases -> Copy Bundle Resources`
5. Whenever you want to use it within React code now you can: `var Video = 5. Whenever you want to use it within React code now you can: `var Video =
require('react-native-video');` require('react-native-video');`