Go to file
Ceda EI 0103e6abff Add Theme Picker.
Moved Provider into App.js. Add AppContainer to store theme in redux
store. Add reducers and actions for theme, SET_THEME.
2020-03-17 19:25:03 +05:30
__tests__ Add boilerplate. 2020-03-07 13:53:17 +05:30
android Add react-native-paper, react-native-vector-icons 2020-03-12 21:58:25 +05:30
components Add Theme Picker. 2020-03-17 19:25:03 +05:30
containers Add Subjects pane. 2020-03-16 20:31:05 +05:30
ios Add boilerplate. 2020-03-07 13:53:17 +05:30
reducers Add Theme Picker. 2020-03-17 19:25:03 +05:30
.buckconfig Add boilerplate. 2020-03-07 13:53:17 +05:30
.eslintrc.js Add eslintrc. 2020-03-11 13:26:36 +05:30
.gitattributes Add boilerplate. 2020-03-07 13:53:17 +05:30
.gitignore Add boilerplate. 2020-03-07 13:53:17 +05:30
.prettierrc.js Add boilerplate. 2020-03-07 13:53:17 +05:30
.watchmanconfig Add boilerplate. 2020-03-07 13:53:17 +05:30
App.js Add Theme Picker. 2020-03-17 19:25:03 +05:30
AppContainer.js Add Theme Picker. 2020-03-17 19:25:03 +05:30
LICENSE Add LICENSE 2020-03-08 17:58:51 +00:00
actions.js Add Theme Picker. 2020-03-17 19:25:03 +05:30
app.json Add boilerplate. 2020-03-07 13:53:17 +05:30
babel.config.js Add boilerplate. 2020-03-07 13:53:17 +05:30
configureStore.js Add boilerplate for redux, redux-persist. 2020-03-16 07:53:03 +05:30
index.js Add Theme Picker. 2020-03-17 19:25:03 +05:30
metro.config.js Add boilerplate. 2020-03-07 13:53:17 +05:30
package.json Add ADD_SUBJECT and REMOVE_SUBJECT action creators and reducer. 2020-03-16 20:24:08 +05:30
themes.js Add Theme Picker. 2020-03-17 19:25:03 +05:30
yarn.lock Add ADD_SUBJECT and REMOVE_SUBJECT action creators and reducer. 2020-03-16 20:24:08 +05:30