-
Notifications
You must be signed in to change notification settings - Fork 56
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
Switch to expo #151
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedhey! @0xturboblitz I have migrated some React Native apps to Expo in the past. Of course I have 4 years of experience building apps with react native using Expo as framework, so I know the tools and how to manage any possible error that can appear during migration. How I plan on tackling this issueI will take as a guideline the official expo documentation And of course fixing any carryover that happen through the process. I think I can have this in less than a week |
Hey @jorgezerpa! |
hi @jorgezerpa you can start working on it |
Thanks @remicolin I'm starting to work. |
Hi! @remicolin, I already migrated the project and run it using Expo on Android, All seems to goes well. Of course, the native modules did not works (as it was expected). When try to executing (ie -> open the passport scanner) it totally breaks the app. So, I have a couple questions and ideas:
pd: I am making all this on Android first, when its done I will move to IOS, to repeat the steps. thanks in advance. |
hi @jorgezerpa we are implementing qrcodes scanning modules on new-ux branch let's see how we can anticipate that. |
Hi! I have some bad news. I tried to make the migration by some different ways, but nothing seems to work for me, this are the steps I follow to try to migrate the project:
I will let free this issue for someone that wants to give it a try. By now I do not find a way to make it work. @0xturboblitz @remicolin By the way, thanks for the chance, I hope the info that I let up here can be helpfull to fix this issue. I am available for any questions if you need it. Of course, I will still looking up for other issues in which I believe I can help. This project catches my attention a lot. Happy coding :) |
@jorgezerpa Thanks for trying and sharing progress. I had a similar experience, this is indeed challenging. |
Expo is a better tool stack for app development, switching to it would make publishing easier.
We've had trouble in previous attempts to switch as we use native modules for NFC reading and proving, and the expo interfaces for calling native modules seems to have recently changed.
We would probably switch to
bare workflow
with development builds and notmanaged workflow
because of those native modules.If anyone wants to try their hand at this, feel free to dm. Warning: this is not as simple as a normal expo migration, also to be tested the app has to be built on a device, as right now the proving native modules is only compiled for mobile architecture.
The text was updated successfully, but these errors were encountered: