Bump for react-native 0.4.0
This commit is contained in:
parent
e12769f919
commit
6fee22cac6
@ -49,6 +49,7 @@ static NSString *const statusKeyPath = @"status";
|
|||||||
_pendingSeekTime = 0.0f;
|
_pendingSeekTime = 0.0f;
|
||||||
_lastSeekTime = 0.0f;
|
_lastSeekTime = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -174,7 +175,6 @@ static NSString *const statusKeyPath = @"status";
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)attachListeners {
|
- (void)attachListeners {
|
||||||
|
|
||||||
// listen for end of file
|
// listen for end of file
|
||||||
[[NSNotificationCenter defaultCenter] addObserver:self
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
||||||
selector:@selector(notifyEnd:)
|
selector:@selector(notifyEnd:)
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-video",
|
"name": "react-native-video",
|
||||||
"version": "0.2.9",
|
"version": "0.3",
|
||||||
"description": "A <Video /> element for react-native",
|
"description": "A <Video /> element for react-native",
|
||||||
"main": "Video.ios.js",
|
"main": "Video.ios.js",
|
||||||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react-native": "^0.3.10"
|
"react-native": "^0.4.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"RCTVideo.xcodeproj",
|
"RCTVideo.xcodeproj",
|
||||||
|
Loading…
Reference in New Issue
Block a user