Closed Aichnerc closed 1 year ago
Though I'm not too sure what you mean by a "pure" expo project, but I can definitely do something where we walk through how to go from start to having the app on your phone w/ EAS! I recently had to go through that with a couple projects and it's quite a nice experience IMO!
@Aichnerc I’ve collected a list of all the React Native starter monorepos I’ve come across here (scroll down to my recommendation section, and feel free to suggest additions):
https://dev.to/this-is-learning/the-different-strategies-to-building-a-cross-platform-app-3p56
Specifically, you might want to check out:
https://github.com/t3-oss/create-t3-turbo
https://github.com/mmazzarolo/react-native-universal-monorepo
They have easily ignorable or deletable folders for the web / nextjs part. But so should CUA.
See also this oldie but goodie:
@redbar0n Ahhh very very cool :)
PS: ebg1223 the marker of t3-tamagui has joined CUA :) He added a fantastic new branch with expo-router, and I think we'll likely make the main branch in the near future!
glad you like it :) yeah I saw that! will likely remove t3-tamagui from the list then. Awesome with Expo Router!
Hey man, have you considered creating a pure expo project (without web, nextjs), with an explanation of how to build, publish and update the expo app using
eas
?Cheers!