From 2774b7339e0cf50924eb4e442e7102431d13ee0e Mon Sep 17 00:00:00 2001 From: Jmeas Date: Sat, 21 Apr 2018 11:28:09 -0700 Subject: [PATCH] Add note about React Native to integration with other tech guide --- docs/guides/integration-with-other-technologies.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/guides/integration-with-other-technologies.md b/docs/guides/integration-with-other-technologies.md index 7ba67e9..b78c485 100644 --- a/docs/guides/integration-with-other-technologies.md +++ b/docs/guides/integration-with-other-technologies.md @@ -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).