Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahednasser/strapi-react-native
Code for Create a Notes App with Strapi and React Native
https://github.com/shahednasser/strapi-react-native
cms react-native react-native-navigation react-native-tutorial strapi strapi-cms strapi-tutorial
Last synced: 2 months ago
JSON representation
Code for Create a Notes App with Strapi and React Native
- Host: GitHub
- URL: https://github.com/shahednasser/strapi-react-native
- Owner: shahednasser
- Created: 2022-02-01T18:25:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T05:26:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T18:54:28.421Z (2 months ago)
- Topics: cms, react-native, react-native-navigation, react-native-tutorial, strapi, strapi-cms, strapi-tutorial
- Language: JavaScript
- Homepage:
- Size: 5.22 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
npm i
```Then change to the `notes-app` directory and run:
```bash
npm i
```## Set IP
In `notes-app/screens/HomeScreen.js` and `notes-app/screens/EditorScreen.js` change `` 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:
```bash
npm run develop
```Then, go to the `notes-app` directory and run the following:
```bash
npm start
```You'll then be able to open the app using [Expo Go](https://expo.dev/client).