Ajackster/react-native-global-props

doesn't work for ScrollView keyboardShouldPersistTaps prop

Closed this issue · 2 comments

Can't set default prop for keyboardShouldPersistTaps of ScrollView, any others work

Good catch. Currently I'm not checking for default props provided by react-native. activeOpacity and underlayColor both have default props, and they're set to override you custom provided props. Working on a fix now. Thanks for the report!

This is now fixed, published on v1.1.3. Let me know if you have any more problems. :)