hectahertz / react-native-material-dialog

Material design dialogs for React Native 💬
MIT License
141 stars 55 forks source link

Long labels are not wrapped correctly #53

Open Gitii opened 5 years ago

Gitii commented 5 years ago

Hi,

there seems to be a bug in the SinglePickerMaterialDialog component (scroll-mode): it does not wrap long items correctly. Please see this screenshot: wrap

buddhiv commented 5 years ago

Hi, I have been working with this widget for month and had the same issue. This is how I resolved this case.

  1. Look for the SinglePickerMaterialDialog.js
  2. Look for the rowContainer style
  3. Add marginRight: 50

Works in this way.

appli-intramuros commented 5 years ago

@buddhiv how did you add the marginRight to the rowContainer style ?!