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
- Host: GitHub
- URL: https://github.com/hellokoding/todoapp-reactnative-realm
- Owner: hellokoding
- Created: 2016-07-11T14:57:43.000Z (almost 9 years ago)
- Default Branch: realm
- Last Pushed: 2016-07-25T02:01:20.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:09:59.000Z (3 months ago)
- Topics: javascript, react-native, realm, todoapp
- Language: JavaScript
- Homepage: https://hellokoding.com/todo-app-with-react-native-realm/
- Size: 430 KB
- Stars: 29
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```