0

My app is behaving quiet weird on iPhone plus. Superfluous lines are showing. Need help.

I have already tried updating the style but none of it helped.

All the labels and text fields are displaying it.

safina
  • 212
  • 2
  • 13
  • Sorry, we won't be able to help you if you don't include the code you have tried in your post. Please read [ask] – Patrick Hund Mar 14 '18 at 11:37
  • Just add transparency to all the fields. https://stackoverflow.com/questions/48766927/react-native-iphone-plus-text-lines – devedv Mar 14 '18 at 11:39

1 Answers1

1
backgroundColor: 'transparent',

Add it in style.

devedv
  • 562
  • 2
  • 15
  • 45