-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Example application for React Native #2570
Comments
This could be a contender for |
hello, I can take this |
Go for it @YaTut1901 - as always, give me a shout if you need anything 😄 |
@petertonysmith94 hello, regarding this task, I had several issues to build react-native with pnpm monorepo - unexpectedly that appeared to be not trivial. Now I can't resolve the problem that fuels package that is decalared with "workspace:*" can't be found when build with expo. Could you check if I miss something? The branch is here: https://github.com/YaTut1901/fuels-ts/tree/YaTut1901/feat/demo-react-native |
@YaTut1901 I'll try give this a look over for you today, but it might be early next week :) |
@petertonysmith94 hello, have you managed to check it? |
Hey @YaTut1901 👋🏼 I had a quick look, have you looked over the follow resource about managing a monorepo with Expo? |
@petertonysmith94 yes, I've done it accordingly with that page, but it can't build project properly. So I've done it using workaround from this issue: expo/expo#28775 |
@YaTut1901 I haven't had the time to properly look over your solution yet. Potentially a better way forward, might be create a React Native app outside of our mono repo and getting that integrated with |
@petertonysmith94 how do you suggest to do it? A separate repo? |
@YaTut1901 Yeah a seperate repo would be ideal. |
Summary
Currently, we have no example applications that use React Native. The documentation, suggests to use Expo so we should follow their advice:
Create a React Native application in our
apps/*
directory:npx create-expo-app@latest
Add some simple functionality for testing purposes:
The following
Signer
logic has been reported to fail during build,it would be good to confirmit is confirmed:Scope of work for React Native support
1. Platform-specific Entry Points
2. Crypto Implementation
3. Module Resolution
@fuel-ts/address/configs
4. Documentation & Testing
Questions to discuss:
The text was updated successfully, but these errors were encountered: