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 start
yarn android
If you are running the server locally run the tcp to access the correct port
yarn android:tcp
Make sure to install the required pods
yarn ios:install
yarn ios
To 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