mattermost-mobile/test/actions
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
..
views Initial Redux Store (#84) 2016-12-06 15:11:40 -05:00
channels.test.js Initial Redux Store (#84) 2016-12-06 15:11:40 -05:00
general.test.js Initial Redux Store (#84) 2016-12-06 15:11:40 -05:00
teams.test.js Initial Redux Store (#84) 2016-12-06 15:11:40 -05:00
users.test.js Removed react-native-router-flux and added custom navigation logic (#102) 2016-12-08 12:37:38 -03:00