Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a Builder I want to create a request in React Native so I can build a mobile app #1390

Closed
MantisClone opened this issue Apr 16, 2024 · 2 comments · Fixed by builders-garden/fluidpay-app#25 · May be fixed by builders-garden/fluidpay-app#27
Assignees

Comments

@MantisClone
Copy link
Member

MantisClone commented 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.

@MantisClone MantisClone converted this from a draft issue Apr 16, 2024
@MantisClone 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
@MantisClone MantisClone moved this from 🆕 New to 🏗 In Progress in Request Network Tech Backlog Apr 24, 2024
@MantisClone MantisClone self-assigned this Apr 24, 2024
@aimensahnoun aimensahnoun moved this from 🏗 In Progress to ✅ Done in Request Network Tech Backlog Jul 1, 2024
@MantisClone
Copy link
Member Author

@aimensahnoun was able to successfully create a request from an expo app: https://github.com/RequestNetwork/rn-expo-support

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
1 participant