-
Notifications
You must be signed in to change notification settings - Fork 109
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
Convert project to Expo #19
Comments
Hey @yordis, Expo is going to quickly break our tutorial as soon as we start adding interesting features or any third party libs that include native code, so I'd rather go the non-expo route for this tutorial. Here is a shortlist of some of the packages that we already use in this tut:
From what I understand about Expo, using these packages wouldn't be possible and getting features found in these packages would require ejecting from Expo anyway. But I could be wrong! Let me know your thoughts |
@srtucker22 I wish I could say something but I am new into the ecosystem. Outside of my knowledge about it and I suggested for know what are your thoughts, specially that even |
gonna close this for now, but happy to reopen if expo meets our needs down the line |
|
@vko-online I am glad that you remember me this issue 😄 Yeah so far |
Oooo worth reopening. Thanks @vko-online 🍺 I'll investigate and maybe rework the tut to use Expo since it's so much easier to get started |
@srtucker22 yeah that was probably why I suggested 😅 |
Expo is not necesary |
@hansfpc we could do everything in assembly, C or any other programming language is not necessary 😅 |
I actually tried converting the project to Expo pretty recently. However, I was running into all sorts of issues with dealing with the Expo environment -- pretty frustrating things like older versions of code running in the simulator -- that would make for really nasty first time user experiences. I also found setting up debugging with React Native Debugger to be nontrivial. So I'm sticking to a non-Expo track for now |
@srtucker22 that can't be true, much easier with expo, and you can test on devices |
The text was updated successfully, but these errors were encountered: