The open source conference app for PyCon Taiwan 2017. Powered by React Native and other brilliant tools.
- 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:
- 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
- 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