robinpowered / react-native-fetch-polyfill

Exposes options to React Native's XMLHttpRequest that are not accessible by `whatwg-fetch`
72 stars 23 forks source link

Any plans to publish to NPM? #4

Closed Traviskn closed 7 years ago

Traviskn commented 7 years ago

I found this package after encountering the timeout issues described in https://github.com/facebook/react-native/issues/2556. I'm testing out this polyfill in a project and was curious if there are any plans to publish it to NPM?

Thanks for the great work on this!

vijayst commented 7 years ago

I published it to npm. Please let me know if I should add contributors to npm registry. Thanks.

atticoos commented 7 years ago

Hey @vijayst - thanks for getting this up on the registry! Apologies for the delay @Traviskn.

Could you add atticoos as the owner?

npm owner add atticoos react-native-fetch-polyfill

Thank you

vijayst commented 7 years ago

Added atticoos.

atticoos commented 7 years ago

Thanks!

Closing this out now that we're up on the registry 👍