Update to support react-native 0.3.10

This commit is contained in:
Brent Vatne 2015-04-09 12:29:11 -07:00
parent 1000266fd3
commit 61752153b3
5 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.3.4",
"react-native-video": "^0.2.5"
"react-native": "0.3.10",
"react-native-video": "^0.2.6"
}
}

View File

@ -1,6 +1,5 @@
#import "RCTConvert.h"
#import "RCTVideo.h"
#import "RCTLog.h"
#import "RCTBridgeModule.h"
#import "RCTEventDispatcher.h"
#import "UIView+React.h"

View File

@ -5,6 +5,8 @@
@implementation RCTVideoManager
RCT_EXPORT_MODULE();
@synthesize bridge = _bridge;
- (UIView *)view

View File

@ -5,7 +5,7 @@ A <Video> component for react-native, as seen in
### Add it to your project
1. Run `npm install react-native-video --save`
1. Run `npm install react-native-video --save` **(must be 0.3.10 or higher)**
2. Open your project in XCode, right click on `Libraries` and click `Add
Files to "Your Project Name"` [(Screenshot)](http://url.brentvatne.ca/g9Wp).
3. Add `libRTCVideo.a` to `Build Phases -> Link Binary With Libraries`

View File

@ -1,11 +1,11 @@
{
"name": "react-native-video",
"version": "0.2.5",
"version": "0.2.6",
"description": "A <Video> element for react-native",
"main": "Video.ios.js",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"dependencies": {
"react-native": "^0.3.5"
"react-native": "^0.3.10"
},
"repository": {
"type": "git",