A simple and clean timetable app for iOS.
Written completely in JavaScript using React Native.
- React Native
- Navigation: React Native Navigation
- State management: Redux
- Forms: Redux Form
- Internationalization: Moment.js and react-native-i18n
- Code style: ESLint
- Type checking: Flow
- Unit testing: Jest and Enzyme
Translations are provided in /src/i18n
.
In case a translation is not given for some language, english is taken as a fallback.
To add translations, english.json
should be taken as reference.
MIT