santomegonzalo / react-native-floating-action

Material design action button for React Native
MIT License
489 stars 180 forks source link

Add props for styling the overlay properties #210

Open rockingrohit9639 opened 2 years ago

rockingrohit9639 commented 2 years ago

Hey there, I have been working with an app in React Native and I am using your package react-native-floating-action and I have faced this issue that sometimes the floating action button is not shown on the screen or sometimes it is hidden behind some other component. In this case, zIndex can be helpful but there is no way to pass styling props for the overlay component. So, it will very much helpful if styling props can be passed for the overlay. If you want I can work on this issue and can fix this.