shahednasser / strapi-react-native

Code for Create a Notes App with Strapi and React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code for Create a Notes App with Strapi and React Native


Languages

Language:JavaScript 99.6%Language:Shell 0.4%