Code for How to Create a Notes App with Strapi v4 and React Native tutorial.
Change to the strapi
directory and run:
npm i
Then change to the notes-app
directory and run:
npm i
In 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 develop
Then, go to the notes-app
directory and run the following:
npm start
You'll then be able to open the app using Expo Go.