Starter Project

I recommend cloning this monorepo starter by Axel Delafosse. It comes pre-installed with Dripsy, and it also has a Next.js entrypoint. It's a good starting point for React Native + Next.js.

With the terminal

Clone the repo locally:

git clone https://github.com/axeldelafosse/expo-next-monorepo-example dripsy-starter

Then cd into it:

cd dripsy-starter

Change the remote

Next, create a new repo on GitHub, copy the URL (which should end in .git), and point the remote there:

git remote set-url origin <remote_url>

For instance:

git remote set-url origin https://github.com/nandorojo/dripsy-example.git