OCN Yang
OCN Yang

Reputation: 31

How to implement TextInputLayout with React Native?

How to implement TextInputLayout?

Not long after I started RN, the UI designer asked me to implement this effect, and I was upset

Upvotes: 0

Views: 685

Answers (1)

Darshana Sandaruwan
Darshana Sandaruwan

Reputation: 73

Please check this example using iOS or Android emulators. You can change any style in here because all the styles are customizable and you can use this as a customized text input component in your project. By the way if your UI designer prefers material UI for the project, you can use directly TextInput component from react-native-paper library. But it cannot be customized as this example.

Upvotes: 1

Related Questions