-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Be very clear about whether you are getting a 'managed' or 'bare' app #844
Comments
So the 'blank' template is the managed version of the default template? |
|
Thanks. What I'm trying to understand is if I want a managed app I have to select from expo and then choose 'Blank'. Is that correct? The second part of my question is: is "Default new app" == "Blank" except that they are unmanaged and managed respectively? |
Hi @mblarsen, I think you might be confusing two tools here. This tool installs a "bare" expo project when you pick the default template. This means it's installing a plain React Native project, just like If you want to pick an Expo-specific template, you'd have to use There are some differences between managed and bare expo projects, you can see that here. Keep in mind that whatever project type you pick, you are not locked into Expo. You can always eject from managed to bare projects, and even remove the expo modules from your bare project as well. PS. I think this issue is more related to the examples part. Most examples are written with managed expo projects, but it doesn't have to be. |
I want to ask a question. If I change the rootviewcontroller on IOS, for example, if the rootviewcontroller is a homecontroller, will this action make OTA unable to work? because there are many other native module like homeController MineController on tabbar,in this case, what i want to do is when i push a PannelController in HomeController,i want to trigger ota update,how can i do |
Describe the bug
It's currently confusing to users that most templates are managed apps but the default template is a bare app. We should be more clear about this and make it easy for a user to choose the option that works for them best.
Additional context
Some more discussion on this here: expo/expo#8563 (comment)
The text was updated successfully, but these errors were encountered: