-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
firefox devtools #492
Comments
Nothing. It should work if you update the applescript to open Firefox instead of Chrome. https://github.com/facebook/react-native/blob/master/packager/launchChromeDevTools.applescript#L13 Do you want to try it out? |
Trying to understand this. Initially the whole thing errors. Removing things and going step by step my first issue is:
this is referring to
I’m assuming that Fx doesn’t have |
Firefox has poor (relatively no) applescript support. I’m exploring other options for this. |
Stepping it up to a slightly larger discussion, does it make sense to change the applescript approach to something with Webdriver for Windows (and Linux) support? |
WIP incomplete support: https://github.com/facebook/react-native/compare/master...iamdustan:fx-dev-tools?expand=1
|
The applescript is just there to open chrome/firefox on the right page, after the js opens a websocket to the node server and everything runs from there |
@vjeux by |
You probably want to look at the debugger.html source that does the piping. JS is running inside of the browser. |
What would it take to support Firefox Devtools as well? I suspect that facebook/react-devtools#56 may be a blocker.
The text was updated successfully, but these errors were encountered: