react-native-float-text-input
React Native text input with floating label
Installation
npm i react-native-float-text-input --save
Usage
; const App = { return <View> <FloatTextInput label="RNFloatTextInputPlayground" value=thisstatevalue onChangeText= this /> </View> ;};