react-native-template
react-native-template copied to clipboard
Can't generate React Component Class
in the yarn g:component hygen command, choosing Class instead of SFC still outputs a functional component.
I think we should remove class as an option. AFAIK there should be very few cases (if any) that we'd need a class over a functional component.
@cball agree.