No description
Find a file
Thomas Hopkins 23a8676c19 Fix: Clear stores when user logs out (#65)
* Import missing action types for logout

* Correctly destructure logout response from doFetchWithResponse

* Return to SelectServer upon logout

* Add todo regarding clearing clientConfig upon logout
2016-10-21 10:17:36 -07:00
android Add vector icons (#34) 2016-10-20 17:42:31 -07:00
config Added react-intl for internationalization (#31) 2016-10-19 10:56:24 -07:00
ios Add vector icons (#34) 2016-10-20 17:42:31 -07:00
src Fix: Clear stores when user logs out (#65) 2016-10-21 10:17:36 -07:00
test Add logout to the topnav (#45) 2016-10-20 11:49:03 -07:00
.babelrc Use babelrc (#10) 2016-10-14 15:00:09 -07:00
.buckconfig Initial commit 2016-10-04 14:10:44 -04:00
.editorconfig Changed .editorconfig to include a trailing newline on files (#21) 2016-10-17 13:56:28 -04:00
.eslintrc.json Started adding separate client tests from redux tests 2016-10-11 11:21:15 -04:00
.flowconfig Updated react-native projects 2016-10-07 11:49:31 -04:00
.gitignore Gitignore .npminstall (#28) 2016-10-18 15:44:52 -07:00
.npmrc Add functionality for fetching + selecting teams & channels (#17) 2016-10-17 15:47:47 -04:00
.watchmanconfig Initial commit 2016-10-04 14:10:44 -04:00
CONTRIBUTING.md Proposed changes to contributor guidelines (#44) 2016-10-19 13:33:44 -07:00
index.android.js Update index.android.js to match index.ios.js (#9) 2016-10-13 16:14:22 -04:00
index.ios.js Updated packages, switched to mocha for testing 2016-10-07 11:11:14 -04:00
LICENSE.txt Adding Apache 2.0 license 2016-10-11 09:14:00 -07:00
Makefile Make sure watchman is installed and open simulator (#50) 2016-10-20 19:44:47 -07:00
package.json Add vector icons (#34) 2016-10-20 17:42:31 -07:00
README.md Make sure watchman is installed and open simulator (#50) 2016-10-20 19:44:47 -07:00
rn-cli.config.js Added script to make React Native support absolute imports 2016-10-07 11:46:40 -04:00

Mattermost Mobile

This project is the Mattermost mobile client from https://mattermost.org.

It's written in JavaScript using React Native.

Installing Dependencies

Follow the React Native Getting Started Guide for detailed instructions on setting up your local machine for development.