1. Ask for the bundle ID.
2. Create the Expo project using `bunx create-expo -t default@next app-name`.
3. Update `app.json` with the bundle ID.
4. Install required libraries using `npx expo install`.
5. Implement required screens (onboarding, paywall, settings).
6. Implement tab navigation using `NativeTabs`.
7. Configure AdMob and RevenueCat.
8. Run `npx expo install --fix` and `npx expo prebuild --clean`.