Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #166 from jamesplease/react-native
Browse files Browse the repository at this point in the history
Add note about React Native to integration with other tech guide
  • Loading branch information
jamesplease authored Apr 21, 2018
2 parents b6d06c6 + 2774b73 commit 4e989b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guides/integration-with-other-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ The following example demonstrates how you might go about doing this:
React Request was built with [Redux Resource](https://redux-resource.js.org) in mind.
An official library that provides React bindings for Redux Resource is in the works, and it
will use React Request.

### React Native

React Request may work in React Native. I am not sure, because I haven't used React Native
before.

Before you try it out, be sure to include the polyfill for
[a global object](https://github.com/johanneslumpe/react-native-browser-polyfill/blob/25a736aac89e5025d49a8ca10b01bb1a81cd6ce7/polyfills/globalself.js).

0 comments on commit 4e989b5

Please sign in to comment.