@byteplus/react-native-live-push 1.3.0-rc.2 → 1.3.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,10 +37,10 @@ static RCTVeLivePushModule *instance = nil;
37
37
  return YES;
38
38
  }
39
39
 
40
- + (void)_unsedForKeepOnly {
41
- Protocol *unused = @protocol(VeLivePlayerObserver);
42
- NSLog(@"Loaded Protocol: %p", unused);
43
- }
40
+ // + (void)_unsedForKeepOnly {
41
+ // Protocol *unused = @protocol(VeLivePlayerObserver);
42
+ // NSLog(@"Loaded Protocol: %p", unused);
43
+ // }
44
44
 
45
45
  - (dispatch_queue_t)methodQueue {
46
46
  return dispatch_get_main_queue();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/react-native-live-push",
3
- "version": "1.3.0-rc.2",
3
+ "version": "1.3.0-rc.3",
4
4
  "peerDependencies": {
5
5
  "react": "*",
6
6
  "react-native": "*"