zart
zart copied to clipboard
Modernizing to tRPC v10
refs trpc/trpc#2118
- Adds turborepo
- Upgrades tRPC to v10
- Replaces some scripts for turbo repo pipelines
- Fixes wrong import for expo
- Adds type safety for
next.config.js
I have a repo you could look at for reference: https://github.com/juliusmarminge/turbo-expo-next-starter
Please let me know if I've missed anything @KATT 🙏🏽
I'm trying to incorporate solito as well, should I try to upgrade expo as well? @KATT
I'm trying to incorporate solito as well, should I try to upgrade expo as well? @KATT
I would be careful about expo upgrades. Make sure the app works before and after :D
I'm trying to incorporate solito as well, should I try to upgrade expo as well? @KATT
I would be careful about expo upgrades. Make sure the app works before and after :D
Maybe I can try on a follow up Pr
I'm trying to incorporate solito as well, should I try to upgrade expo as well? @KATT
I would be careful about expo upgrades. Make sure the app works before and after :D
Maybe I can try on a follow up Pr
Expo just launched v46 beta with React 18 so I would hold off until thats stable
Is it working in expo now? Could you update the readme if something has changed in how you use it?
Is it working in expo now? Could you update the readme if something has changed in how you use it?
It should be working yeah. Nothing has changed AFAIK
Expo has released 46 now 🙂
Hey there, any news on this? I can't wait to have a try on it 😊
A bit of self-promotion for a more minimal setup: create-t3-turbo
Hey there, any news on this? I can't wait to have a try on it 😊
__
Im afraid my expo knowledge is limited, anyone feel free to take over my work on this PR. It's on a mergeable state if you ask me. Maybe upgrading expo can be a follow up.
I was wondering why it is necessary to have the react-native/trpc.ts
file and the react/trpc.ts
file when only the latter is used.
TBH I just kept what was already there