prscX / react-native-bottom-action-sheet

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

Question: Empty space when no icon is used #23

Open tolu360 opened 6 years ago

tolu360 commented 6 years ago

Thanks for sharing this! I have a quick question, is there a way to get rid of the space left for icons when no icon is used? This is what I currently have:

screen shot 2018-07-25 at 7 30 24 pm

Cheers!

prscX commented 6 years ago

Thanks @tolu360 for raising your concern.

Currently it is not supported by native library rubensousa/BottomSheetBuilder. There is already a PR raised for the same:

PR: 26

Once it is reviewed and merged, I will do the required changes for the same.

[+] @rubensousa

Thanks </ Pranav >

tolu360 commented 6 years ago

Thanks @prscX for the feedback, I also took a look at the underlying native lib and saw the PRs already submitted for the issue. Would look forward to your update once one of the PRs go through.

Cheers!