Update for React Native 0.40+

This commit is contained in:
alwx 2017-04-22 13:00:02 +03:00
parent b819b01e1c
commit 16e24d1a82
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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": {