mattermost-mobile/test
Harrison Healey 8732febd8c Removed react-native-router-flux and added custom navigation logic (#102)
* Removed react-native-router-flux and replaced it with custom navigation

* Split Logout component to have a container

* Replaced RootContainer with RootLayout

* Removed lodash from package.json

* Removed unnecessary state from Logout component

* Added placeholder for RHS search

* Renamed routes to scenes and moved some logic to there

* Added Root route to handle any initialization on app load

* Added unit tests for navigation reducer

* Fixed eslint errors

* Removed commented out code from Router

* Renamed Channel route to ChannelView to avoid confusion

* Used a separate index.js for component containers

* Simplified mapStateToProps for RootLayoutContainer

* Removed file accidentally added in merge conflict
2016-12-08 12:37:38 -03:00
..
actions Removed react-native-router-flux and added custom navigation logic (#102) 2016-12-08 12:37:38 -03:00
reducers Removed react-native-router-flux and added custom navigation logic (#102) 2016-12-08 12:37:38 -03:00
.eslintrc.json Fixed unit tests for the other changes I've made recently (#80) 2016-11-22 11:46:50 -05:00
mocha.opts Removed isomorphic-fetch from non-test code (#8) 2016-10-12 18:02:12 -04:00
sanity.test.js Fixed unit tests for the other changes I've made recently (#80) 2016-11-22 11:46:50 -05:00
test_helper.js Initial Redux Store (#84) 2016-12-06 15:11:40 -05:00