Made a web app, now I want to turn it into a mobile app
I created and launched a web app. TypeScript, Next.js, Vercel, MongoDB.
I want to create native mobile apps for it as well (even though the responsive experience is ok on phones). What is the current recommendation for React Native tech stack? Is Expo still the way to go? I'll essentially be starting as a beginner as far as mobile development goes but I want to try. I want to integrate it into the same db/backend as the web app.
Solution:Jump to solution
Yes, expo is the way to go. We have a template repo that has a Nextjs app and a React Native app in a monorepo with a shared api - https://github.com/t3-oss/create-t3-turbo
GitHub
GitHub - t3-oss/create-t3-turbo: Clean and simple starter repo usin...
Clean and simple starter repo using the T3 Stack along with Expo React Native - t3-oss/create-t3-turbo
1 Reply
Solution
Yes, expo is the way to go. We have a template repo that has a Nextjs app and a React Native app in a monorepo with a shared api - https://github.com/t3-oss/create-t3-turbo
GitHub
GitHub - t3-oss/create-t3-turbo: Clean and simple starter repo usin...
Clean and simple starter repo using the T3 Stack along with Expo React Native - t3-oss/create-t3-turbo