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

Add note about React Native to integration with other tech guide #166

Merged
merged 1 commit into from
Apr 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).