Update for React Native 0.40+
This commit is contained in:
parent
b819b01e1c
commit
16e24d1a82
|
@ -1,7 +1,7 @@
|
|||
#import "RCTHttpServer.h"
|
||||
#import "RCTBridge.h"
|
||||
#import "RCTLog.h"
|
||||
#import "RCTEventDispatcher.h"
|
||||
#import "React/RCTBridge.h"
|
||||
#import "React/RCTLog.h"
|
||||
#import "React/RCTEventDispatcher.h"
|
||||
|
||||
#import "WGCDWebServer.h"
|
||||
#import "WGCDWebServerDataResponse.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native-http-bridge",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3.0",
|
||||
"description": "A simple HTTP debug server for React Native apps",
|
||||
"main": "httpServer.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue