Browse Source

修改bug

zhangzy 8 years ago
parent
commit
75dfdce5b1

BIN
ios/RCTMIPushModule/RCTMIPushModule.xcodeproj/project.xcworkspace/xcuserdata/zhangzy.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
ios/RCTMIPushModule/RCTMIPushModule/RCTMIPushModule.h

@@ -9,7 +9,7 @@
 #import <Foundation/Foundation.h>
 #import <UIKit/UIKit.h>
 #import <UserNotifications/UserNotifications.h>
-#import "RCTBridgeModule.h"
+#import <React/RCTBridgeModule.h>
 #import "RCTPushNotificationManager.h"
 #import "MiPushSDK.h"
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "react-native-xmpush",
-  "version": "0.2.1",
+  "version": "0.2.2",
   "description": "集成小米推送",
   "main": "index.js",
   "scripts": {