react-native-http-bridge
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -23,3 +23,7 @@ /** | ||
DeviceEventEmitter.removeListener('httpServerResponseReceived'); | ||
}, | ||
respond: function (code, type, body) { | ||
Server.respond(code, type, body); | ||
} | ||
} |
{ | ||
"name": "react-native-http-bridge", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "A simple HTTP debug server for React Native apps", | ||
@@ -5,0 +5,0 @@ "main": "httpServer.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
308478
23