In chat-thread-list.react in `onPressSeeMoreSidebars` exchange the navigation call for:
```flow
this.props.navigation.navigate<'SubchannelsListModal'>({
name: SubchannelsListModalRouteName,
params: { threadInfo },
});
```
Run ios simulator, press “See more…” under a chat that has threads and see that the SubchannelsListModal appears