examunity / bootstrap-rn

Bootstrap components for React Native
MIT License
2 stars 0 forks source link

Custom props for Modal ScrollView #37

Open markusjwetzel opened 1 year ago

markusjwetzel commented 1 year ago

Currently it is not possible to add props to the FlexView component that is used in the Modal component.

Especially if scrollable is false and FlexView is a ScrollView it would be nice to add props like keyboardShouldPersistTaps="handled" to the ScrollView.