baduga biz
baduga biz

Reputation: 65

Inconsistent look of Text Input in react native

This is screenshot of my appThis is regarding React Native Mobile App Development.

I am using "Text Input" in React Native.

While running the App on Android Phones the UI components are looking consistent.

But running on iPhone it becomes consistent and the "Labels" for Text Input fields becomes very small & loose all the styles & margins between fields.

Please find attached the Android & iPhone images.

Upvotes: 0

Views: 708

Answers (1)

Louis Lecocq
Louis Lecocq

Reputation: 1814

If you don't feel like handling the styling difference between Android & iOS by yourself, i would advise you to use react-native-elements

It allows you to implement design that would remain reliable between both OS. It is also highly customizable

Hope it helps ;)

Upvotes: 2

Related Questions