Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 728 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 728 Bytes

How to Create a Notes App with Strapi v4 and React Native

Code for How to Create a Notes App with Strapi v4 and React Native tutorial.

Installation

Change to the strapi directory and run:

npm i

Then change to the notes-app directory and run:

npm i

Set IP

In notes-app/screens/HomeScreen.js and notes-app/screens/EditorScreen.js change <IP> to your machine's network IP.

Run the App

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.