* 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 |
||
|---|---|---|
| .. | ||
| views | ||
| channels.test.js | ||
| general.test.js | ||
| teams.test.js | ||
| users.test.js | ||