Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thinkswan/react-native-todo-app

A React Native todo app.
https://github.com/thinkswan/react-native-todo-app

Last synced: about 2 months ago
JSON representation

A React Native todo app.

Awesome Lists containing this project

README

        

# react-native-todo-app

A React Native todo app.

Based on "Chapter 3: Building your first React Native app" from [React Native in Action](https://www.manning.com/books/react-native-in-action), published by Manning.

## Get started

Follow the instructions on React Native's [Setting up the development environment](https://reactnative.dev/docs/environment-setup) page for your OS.

```
yarn
yarn pods
yarn start
yarn ios
yarn android
```