You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Error: FPStaticServer.start(): Error while converting JavaScript argument 2 to Objective C type BOOL. Objective C type BOOL is unsupported.
The text was updated successfully, but these errors were encountered:
ankuragrawal29
changed the title
Unable to start the server in iOS as Bool type is not acceptable in Objective C
Unable to start the server in iOS as Bool type is not acceptable in Objective C - (RN version - 0.76.3)
Nov 28, 2024
FPStaticServer.start(this.port, this.root, this.localOnly, this.keepAlive)
.then((origin) => {
this._origin = origin;
return origin;
});
Warning: Error: FPStaticServer.start(): Error while converting JavaScript argument 2 to Objective C type BOOL. Objective C type BOOL is unsupported.
The text was updated successfully, but these errors were encountered: