Refactor the `_renderItem` function inside of `<CategoryScreen />`. - [ ] - Move the `_renderItem` logic to a new component and place it here: `src/screens/CategoryScreen/components/CategoryItem` - [ ] - Remove `this._renderItem` and use the new component [here](https://github.com/azamatsmith/oscars-voting/blob/c9b6989b3229fae198d82ad7069c5072612fc5bd/src/screens/CategoryScreen/index.js#L95).
Refactor the
_renderItemfunction inside of<CategoryScreen />._renderItemlogic to a new component and place it here:src/screens/CategoryScreen/components/CategoryItemthis._renderItemand use the new component here.