Screen.Recording.2024-03-12.at.13.38.57.mov
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
First, you will need to start Metro
yarn startyarn androidIf you are running the server locally run the tcp to access the correct port
yarn android:tcpMake sure to install the required pods
yarn ios:installyarn iosTo make changes on server change the .env file to point to localhost:3000 and clone the repository rsmelo92/postgres-prisma-nextjs following the instructions on its readme