this component is basically a fork of the native ThreadList component
the differences are, the new component:
- renders CommunityListItems
- does not have an onSelect (we may consider adding this in the future to display community info)
- does not have a searchRef (we don't want to call focus() on the textInput, keyboard should not display unless user presses search bar)
Depends on D13994