-
Notifications
You must be signed in to change notification settings - Fork 315
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
Switch to isomorphic-fetch #61
Conversation
Hmm, this actually needs a little bit more… going to try to actually build relay first (are some issues atm) |
Ok, confirmed we're all good with facebook/relay#393. I'm not wild about the versioning here. I didn't think about changes like this to |
8e806e7
to
64d066e
Compare
64d066e
to
3108f61
Compare
cc @boourns - can you test this branch again with RN? I'm hoping by preempting the require we can still export something useful if it exists. |
I will try it tonight or early tomorrow. On Wednesday, 30 September 2015, Paul O’Shannessy notifications@github.com
|
OK. This PR does not work on react native currently. After some debugging I've found that the problem is the I don't quite understand why, but with With the |
@zpao did my feedback make sense? |
Is the problem described by @boourns still actual? Are there any other problems that prevent this from being merged? |
+1 to getting this merged. Server-side Relay takes a lot of manual patching right now. |
Happened in #95. |
Fixes #60
This should be pretty safe. With browserify and webpack packaging, this will use whatwg-fetch (exactly the same code we had).