Problem
The Request Network SDK doesn't work on React Native.
Details
The Request Network SDK used low-level crypto utilities provided by the Browser or Node.js to generate random bytes. This utility is not available in React Native.
Proposed Solution
Use polyfills (like "dependency overrides") to create requests using the Request Network SDK in React Native.