markanthony
markanthony

Reputation: 45

How can I configure a multiline comment section in Formik with React Native?

I'm trying to add a multiline comment section to a Formik form in React Native. I've added height component but that doesn't work.

Thanks

Upvotes: 1

Views: 660

Answers (1)

markanthony
markanthony

Reputation: 45

<TextInput multiline minHeight={100}

Upvotes: 1

Related Questions