react-native-http-bridge
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -11,3 +11,3 @@ /** | ||
module.exports = { | ||
start: function (port, callback) { | ||
start: function (port, serviceName, callback) { | ||
if (port == 80) { | ||
@@ -17,3 +17,3 @@ throw "Invalid server port specified. Port 80 is reserved."; | ||
Server.start(port); | ||
Server.start(port, serviceName); | ||
DeviceEventEmitter.addListener('httpServerResponseReceived', callback); | ||
@@ -20,0 +20,0 @@ }, |
{ | ||
"name": "react-native-http-bridge", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"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
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
310601