pycontw-mobile
pycontw-mobile copied to clipboard
Official PyCon Taiwan Conference App
PyCon Taiwan Offical Conference App
The open source conference app for PyCon Taiwan 2017. Powered by React Native and other brilliant tools.
Project Info
- Platform: Android & iOS
- State Management: Redux (React Redux)
- Code Style: Standard
- Navigation: React Navigation
- Async Actions: Redux Thunk
- Internationalization: React Native i18n & Moment.js
- Other Native Modules:
Installation
iOS
- Use
yarn
to install all dependencies. - Open
ios/PyConTWMobile.xcodeproj
in Xcode and clickRun
. - Alternative, if you have installed react-native-cli. Type in terminal,
react-native run-ios
Android
- Use
yarn
to install all dependencies. - Open the project in
android/
directory with Android Studio, then clickRun
. - Alternative, if you have installed react-native-cli. Type in terminal,
react-native run-android
License
MIT