0

I'm using TextInput in my React Native app. I want to have text as a placeholder that animates up to being a top left label when the user clicks on the TextInput. The Company Name label in the image below shows the kind of "top left" label that I want. Are there any components in React Native, whether it's the native TextInput or something else, that does this?

enter image description here

gkeenley
  • 6,088
  • 8
  • 54
  • 129

1 Answers1

0

It's not part of the base library, but the TextInput in react-native-paper does what you want.

Abe
  • 4,500
  • 2
  • 11
  • 25