Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkhrunov/note-today
First React Native app for making notes
https://github.com/dkhrunov/note-today
mobile-app react-native typescript
Last synced: 28 days ago
JSON representation
First React Native app for making notes
- Host: GitHub
- URL: https://github.com/dkhrunov/note-today
- Owner: dkhrunov
- Created: 2020-04-08T16:52:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:37:53.000Z (about 2 years ago)
- Last Synced: 2024-10-27T21:07:04.172Z (3 months ago)
- Topics: mobile-app, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This project based on Expo library
## Expo
Expo is an open-source platform for making universal native apps that run on Android, iOS, and the web. It includes a universal runtime and libraries that let you build native apps by writing React and JavaScript. This repository is where the Expo client software is developed, and includes the client apps, modules, apps, and more. The Expo CLI repository contains the Expo development tools.📚 Documentation Expo
----Learn about building and deploying universal apps in our official docs!
* [Getting Started](https://docs.expo.io/get-started/installation/)
* [API Reference](https://docs.expo.io/?redirected)
* [Using Custom Native Modules](https://docs.expo.io/bare/exploring-bare-workflow/?redirected)🗺 How to start
----To run project:
* First need clone this repository.
* Second you need write command. This command installs a package, and any packages that it depends on.
``` CLI
npm install
```
* Then run project.
``` CLI
npm start
```
Or
``` CLI
expo start
```