Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```