Skip to content
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 Compat] Don't require window.location to be set #621

Merged
merged 1 commit into from
Apr 9, 2015

Conversation

amasad
Copy link
Contributor

@amasad amasad commented Apr 9, 2015

React Native, is a browser-like environement but some browser properties
don't currently make sense in React Native. For example the location
object. However, we want our users to be able to use superagent, we even
recommend it on our website.

https://facebook.github.io/react-native/docs/network.html

React Native, is a browser-like environement but some browser properties
don't currently make sense in React Native. For example the location
object. However, we want our users to be able to use superagent, we even
recommend it on our website.

https://facebook.github.io/react-native/docs/network.html
@amasad amasad changed the title Don't require window.location to be set [React Native Compat] Don't require window.location to be set Apr 9, 2015
defunctzombie added a commit that referenced this pull request Apr 9, 2015
[React Native Compat] Don't require window.location to be set
@defunctzombie defunctzombie merged commit abc5a45 into ladjs:master Apr 9, 2015
@vjeux
Copy link

vjeux commented Apr 9, 2015

Thanks for merging it in that quickly :)

@amasad
Copy link
Contributor Author

amasad commented Apr 10, 2015

A new version on npm would be awesome!

@brentvatne
Copy link

👍 nice

@defunctzombie
Copy link
Contributor

@amasad this weekend

hyugit pushed a commit to BitGo/BitGoJS that referenced this pull request Oct 8, 2015
Summary:
all tests passing (255 tests)

update superagent to 1.4.0 (latest)

react-native requires a newer version of superagent
that at least includes a PR from react-native team:
ladjs/superagent#621

Reviewers: ben, benchan

Reviewed By: benchan

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants