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

Commit 4e989b5

Browse files
authored
Merge pull request #166 from jamesplease/react-native
Add note about React Native to integration with other tech guide
2 parents b6d06c6 + 2774b73 commit 4e989b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/guides/integration-with-other-technologies.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ The following example demonstrates how you might go about doing this:
5151
React Request was built with [Redux Resource](https://redux-resource.js.org) in mind.
5252
An official library that provides React bindings for Redux Resource is in the works, and it
5353
will use React Request.
54+
55+
### React Native
56+
57+
React Request may work in React Native. I am not sure, because I haven't used React Native
58+
before.
59+
60+
Before you try it out, be sure to include the polyfill for
61+
[a global object](https://github.com/johanneslumpe/react-native-browser-polyfill/blob/25a736aac89e5025d49a8ca10b01bb1a81cd6ce7/polyfills/globalself.js).

0 commit comments

Comments
 (0)