Cero-Studio / ReactNativeWheelPicker

Other
381 stars 240 forks source link

Getting a blank picker #175

Open rmdvector opened 1 year ago

rmdvector commented 1 year ago

Using the latest from git from this repo, I get a blank picker instead of the expected wheels. The picker is displayed using return ( <DatePicker onDateSelected={(date) => this.handleChange({}, date)} // no event param /> )

image

If I use v2.0.6 from npm I get a missing format variable.

rmdvector commented 1 year ago

Looks like the width comes up undefined, so I added minWidth to the style. Then height wasn't set so I added minHeight also and now it displays properly.