prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
633 stars 48 forks source link

icon size is ignored #19

Closed vonovak closed 6 years ago

vonovak commented 6 years ago

see https://github.com/prscX/react-native-bottom-action-sheet/blob/eba8563c41af971fc89afd2672b2bbf4272651b5/js/SheetView.js#L65

upon further inspection of the native module, there is some work going around the size. However, changing the icon size does not seem to have any effect at all for me.

vonovak commented 6 years ago

it does seem to work; the problem was there is a lot of duplicated definitions of the icons in the example, and I kinda got lost