Expo docs terms: Continuous Native Generation (CNG) and Prebuild seem to outdate Managed and Bare workflows, and Eject
Quick Info This seems to be the authoritative Expo docs page related to creating native projects: Continuous Native Generation (CNG), https://docs.expo.dev/workflow/continuous-native-generation/ , sub-titled: Learn about managing your native projects with Continuous Native Generation (CNG) and Prebuild. It does not use the terms of managed and bare workflows nor does it mention eject. As per ChatGPT (CG): The terms: Managed workflow , Bare workflow and Eject / ExpoKit are now historical vocabulary. They still appear in blog posts, StackOverflow answers, and older GitHub issues, but they are no longer the primary conceptual framework used by Expo itself. ---------- The two main React Native and Expo apps development experience that I have are: Timestamp Tracker (TT) which runs in Expo Go. I have also built debug and release APKs, and recently, release AAB file. Yoga Studio LMS (SG-Edu-App) which does not run in Expo Go. I have built debug and release APKs. I was quite ...