Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneax/rn-notes-app
Notes App built with React Native
https://github.com/eneax/rn-notes-app
axios context-api javascript react react-context react-hooks react-native react-navigation-v6
Last synced: about 12 hours ago
JSON representation
Notes App built with React Native
- Host: GitHub
- URL: https://github.com/eneax/rn-notes-app
- Owner: eneax
- License: mit
- Created: 2021-08-28T08:11:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T16:28:45.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:16:53.633Z (6 months ago)
- Topics: axios, context-api, javascript, react, react-context, react-hooks, react-native, react-navigation-v6
- Language: JavaScript
- Homepage: https://github.com/eneax/rn-notes-app-json-server
- Size: 475 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rn-notes-app
Notes App built with React Native.
## Note
This project works in combination with [JSON Server and ngrok](https://github.com/eneax/rn-notes-app-json-server).
Every time you start `ngrok`, you will get a new HTTP/TCP tunnel on random URLs/ports.
Use this URL as `baseURL` in `src/api/jsonServer.js`.If you want to have custom subdomains and reserved domains, you have get the `ngrok` BASIC or PRO plan :)
## Run this project locally
```shell
npm i
npm start
```