Code for How to Create a Notes App with Strapi v4 and React Native tutorial.
Change to the strapi directory and run:
npm iThen change to the notes-app directory and run:
npm iIn notes-app/screens/HomeScreen.js and notes-app/screens/EditorScreen.js change <IP> to your machine's network IP.
You first need to run the Strapi backend so change to the strapi backend and run the following:
npm run developThen, go to the notes-app directory and run the following:
npm startYou'll then be able to open the app using Expo Go.