Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 378 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 378 Bytes

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

git clone git@github.com:hellokoding/todoapp-reactnative-realm.git
cd todoapp-reactnative-realm
npm install
react-native link
react-native run-ios