/NativeBase-TodoApp

A basic Todo App built using NativeBase and Redux

Primary LanguageJava

NativeBase-TodoApp

This Repo is deprecated

A basic Todo App built using NativeBase and Redux

Demo

iOS Android
ios-demo android-demo

Running this app

System Requirements

Run Commands

$ git clone git@github.com:GeekyAnts/NativeBase-TodoApp.git
$ cd NativeBase-TodoApp
$ npm install

Running on iOS

Mac OS and Xcode are required.

  • Open NativeBase-TodoApp/ios/ReduxTime.xcodeproj in Xcode
  • Hit the Run button

Running on Android

You'll need to have all the prerequisites (SDK, NDK) for Building React Native installed.

Start an Android emulator (Genymotion is recommended).

react-native run-android