t3-turbo packages
How do I install packages for expo and/or nextjs? I'm using pnpm. I tried to do
pnpm i [package] -w
then tried to pnpm expo install [package]
inside the expo folder but no luck
Unable to resolve "@react-navigation/native" from "..\..\node_modules\@react-navigation\native-stack\src\navigators\createNativeStackNavigator.tsx"
9 Replies
Have you found out what's happening? tried to install the navigation today and the whole project got messed up🐵
yep if you go into the expo dir
make sure u undo everythin u did
start from fresh if you have to
then go to expo dir
and run these
then go to root dir and do pnpm i
from root, just
Thanks brothers
Maybe this info should be included in GitHub repo readme? (For beginners like me)
i think so too
thats a better way thanks for this
Its always a fine balance on how much to put in a readme and what should be considered prerequisite knowledge
maybe but i think the
pnpm db-push
is more common knowledge thn pnpm --filter expo add <package>
a) The db:push is a turbo command that euns push and generate in parallel
b) its necessary to push to get the app running. Adding more deps arent
fair enough