Blacktoviche / StmApp

Simple task manager mobile app ( Android & iOS ) using the power of React Native ( including redux ) and Nativebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StmApp

Simple task manager mobile app ( Android & iOS ) using the power of React Native ( including redux ) and Nativebase This app is not tested on iOS ( I don't have macOS so I can't try it) but everything should be fine. try it and tell me :)

Don't forget to download and run the backends which designed for You should read stm before start using this frontend

# Clone this repository
git clone https://github.com/blacktoviche/StmApp
# Go into the repository
cd StmApp
# Install dependencies
yarn install
# Link dependencies
react-native link
# Run the app
react-native run-android or react-native run-ios on macOS
# In development mode you should open second bash and run this before react-native run-android
yarn start

Note

You should have react native cli installed and Android studio to run this app on emulator

License

Twitter @SyrianDeveloper

About

Simple task manager mobile app ( Android & iOS ) using the power of React Native ( including redux ) and Nativebase

License:MIT License


Languages

Language:JavaScript 96.3%Language:Objective-C 2.0%Language:Python 0.9%Language:Java 0.8%