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
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.
The text was updated successfully, but these errors were encountered:
MantisClone
changed the title
As a Builder I want to create a request in React Native
As a Builder I want to create a request in React Native so I can build a mobile app
Apr 16, 2024
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.
The text was updated successfully, but these errors were encountered: