toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
566 stars 315 forks source link

iOS: Text gets cropped when font size is big #86

Open JediahDizon opened 6 years ago

JediahDizon commented 6 years ago

Issue summary

Font size set to 30 (could be less) crops the text. This does not occur on Android.

Library versions

react-native: 0.55.4 react-native-multiple-select: 0.4.4

Steps to Reproduce

  1. Set the font size to 30

Expected Behavior

The text does not get cropped.

Actual Behavior

Text gets cropped.

Reproducible Code

<MultiSelect fontSize={30} />

screen shot 2018-11-07 at 10 27 23 am