-
Notifications
You must be signed in to change notification settings - Fork 52
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 #18
Comments
Absolutely! I'm rewriting this to be a HoC (much like we've been seeing since React Conf), and now that React Native has been open-sourced since F8, testing this should be possible. Would you mind if I requested your help on the React Native part? |
I’d be happy to. Help come up with a list or pointers on what will need to be resolved (if anything) between the implementations and I’ll throw some weight at it. |
Will do! Once this next version is released, we can do a patch for React Native support, since it's the bomb-diggity. |
👍 looking forward to it. I’ve just been doing |
@iamdustan Wanna take a stab @ seeing what this does within React Native? :) |
Sure do! I’ll hopefully get to this tomorrow or over the weekend. |
Initial status: react-native’s haste module system/dependency graph seems to be failing for me.
|
React Tools? I wonder if that's related to the need for |
I know it's poor taste to close issues just to re-create them in the future, but the React landscape has changed quite a bit & I'm not sure that React Native fits well with this project. If it does fit well, then I'll re-address post v2. |
I know this issue is old but you might find it interesting: All my resolver code written for web (and lots of components) pretty much works instantly on react-native. Awesome. |
@jeroentradecast Re-opening because you were able to get it to work. Would you be able to supply a bit of a diff or a PR for these changes? I've honestly never ran React Native, so I don't have a clue where to begin :) I imagine if we were to publish, there'd be a |
I don't think I'll have enough time in the coming two weeks (almost vacation yay) to write out a complete PR for this feature but I've written some pseudo PR you could have a look at. #130. edit. The problem I currently have is the import of react-dom/server, it'll try to resolve node modules (stream). |
I haven’t peaked behind the covers of react-native too much yet so I have no idea on the effort involved. Is this something you’d be interested in this project supporting?
The text was updated successfully, but these errors were encountered: