* Import missing action types for logout
* Correctly destructure logout response from doFetchWithResponse
* Return to SelectServer upon logout
* Add todo regarding clearing clientConfig upon logout
* WIP: Add vector Icons with Android support
* Added IOs support for icons. Linked XCode dependencies.
* Add icon to team selection list as a usage example/test
* WIP
* Remove session token after logout.
* Add logout reducer test
* Pop stack to login
* Use newProps and doFetchWithResponse
* Setup the reducers to clear the store
* Avoid clobbering config.secret.json if already exists
* Clear npm cache when running make clean
* Fail make if npm is not installed
* Wrap rn run commands so local rn cli is used instead of global
* Separate run commands for ios & android
* Fail make run-ios if xcode isn't installed
* Check android env in make run
* Fix make check for config.secret.json
* Allow user to change switch between teams & channels
* Add react-native-button
* Style SelectTeam view
* Reuse SelectTeam styles in SelectServer & Login
* Reuse SelectTeam styles in ChannelsList view
* Display current team name in ChannelsList
* Disable android underline in textinputs
* Use containers to map state and dispatch
* Remove unnecessary aslint config
* Remove container from route function
* Change containers to pure containers
* Made sanity tests run without an internet connection
* Removed onRequest parameter from Client methods
* Switched client.js to fully use Promises
* Fix mock response for login
* Fixed test_helper.js to actually use the configured url
* WIP-working-routes
* Fix imports
* WIP
* Remove unused proptypes & imports from SelectTeam
* Appease eslint
* Disable non-applicable eslint rules in routes & styles
* Change endpoint for fetching teams
* Handle failure to fetch teams
* Fix proptypes in ErrorText
* Add action for selecting team
* Allow user to select a channel
* Save exact versions of npm packages
* Add lodash
* Fetch teams for user to select from
* Don't require onProceed prop on SelectServer
* Abstract out the api logic from actions
* Handle fetch implementation discrepancy when parsing headers
* Remove example components
* Appease eslint
* Fix disabling of fetch-mock
* Remove response headers parsing hack
* Set mock fetch flag in config.json