lvlrSajjad / react-native-blur-overlay

React Native Blur Overlay Library For Ios And Android
MIT License
95 stars 34 forks source link

added props for touchable. #19

Closed c-goettert closed 3 years ago

c-goettert commented 4 years ago

Thanks for this nice package! The be able to access child-content of the blur-view with Appium-Tests, I needed to set the "accessible" prop of the wrapping touchable to false. I think in general it would be nice to be able set additional props to the touchable component if needed, so I added "touchableProps".