React Native mutliline TextInput initial focus polyline fix
npm install --save react-native-focusable-textarea
import TextArea from "react-native-focusable-textarea"
/*
Props: {
containerStyle: Array || Object, // styles ScrollView outside of TextInput
style: Array || Object, // styles TextInput
}
*/
<TextArea />
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT