With TouchableHighlight, I can easily make circular buttons using width, height, and borderRadius style properties.
However, borderRadius seems to be having no effect at all for TouchableNativeFeedback
I have tried wrapping the TouchableNativeFeedback element in a view with a borderRadius and overflow: 'hidden', but to no avail.
Would be glad to get some help here. Thanks.