You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/integration-with-other-technologies.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,3 +51,11 @@ The following example demonstrates how you might go about doing this:
51
51
React Request was built with [Redux Resource](https://redux-resource.js.org) in mind.
52
52
An official library that provides React bindings for Redux Resource is in the works, and it
53
53
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