-
Notifications
You must be signed in to change notification settings - Fork 95
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
React Native support? #2
Comments
FYI, after quite some debugging got it to behave on React Native. It requires some changes in the JSX structure to behave, and custom styles. Don't really have the time to do a clean pull request as I ended up re-creating it bit-by-bit (and excluded the TableInspector), but in case there is interest I got plenty of insights how to make it work with React DOM and Native in relatively generic ways. |
Thanks @grimen . Maybe you can still make a pull request :) We (or someone who has got the time) can rewrite the parts later. |
@grimen Do you still happen to know what you did to get it to work well for react-native? Is a PR something you might be able to do? |
@benoitdion this might be interesting to you? |
Randomly noticed...I lost track of this, haven't worked with React Native in ages but I should have the code somewhere if still of use. Question is if React Native had breaking changes... |
Is support for React Native support planned? Would be useful for mobile/native debugging. Don't think it should be much work based on this implementation that is not doing much DOM-specific other than the HTML specific tags.
The text was updated successfully, but these errors were encountered: