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

https://github.com/hellokoding/todoapp-reactnative-realm

Todo App with React Native, Realm
https://github.com/hellokoding/todoapp-reactnative-realm

javascript react-native realm todoapp

Last synced: about 1 month ago
JSON representation

Todo App with React Native, Realm

Awesome Lists containing this project

README

        

# Todo App with React Native, Realm

### Guide
https://hellokoding.com/todo-app-with-react-native-realm/

### What you'll need
- MacOS, Xcode
- NodeJS
- NPM
- React Native 0.28+

### Stack
- ES6
- React Native

### Run
```bash
git clone [email protected]:hellokoding/todoapp-reactnative-realm.git
cd todoapp-reactnative-realm
npm install
react-native link
react-native run-ios
```