Merge pull request #159 from raksonibs/patch-1

Update README.md
This commit is contained in:
Brent Vatne 2016-03-24 19:29:17 -07:00
commit 3eacc143fa

View File

@ -17,7 +17,7 @@ Run `npm install react-native-video --save`
![(Screenshot)](http://url.brentvatne.ca/g9Wp.png).
3. Add `.mp4` video file to project and to `Build Phases -> Copy Bundle Resources`
4. Whenever you want to use it within React code now you can: `var Video =
require('react-native-video');`
require('react-native-video').default;`
#### Android