-
Notifications
You must be signed in to change notification settings - Fork 2
fix: devtool instance registration for ios android #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: devtool instance registration for ios android #7
Conversation
| } | ||
| } | ||
|
|
||
| val devServerHost = project.findProperty("DEV_SERVER_HOST") as String? ?: "10.0.2.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also do DEV_SERVER_PORT?
| // Register new modules with: | ||
| // config.register(YourModuleName.self) | ||
|
|
||
| lynxEnv.lynxDebugEnabled = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's to it only for dev
#if DEBUG
// Your debug-only code here
#endif
| @@ -0,0 +1,87 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we should land it, we can but this will super temporary and tbh I would just properly implement run:android and run:ios commands
| @@ -1,40 +1,42 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change? is it compatible with the current linter config? btw we should add lint and type checks to the CI pipeline
the app were installing devtool package and config but were not enabled in the service instance.
this enables them so that we can use lynx devtool with create-lynxjs-app.