multiline textinput in react native

<TextInput
            style={styles.postInput}
            onChangeText={text=> setInput({...input, body:text})}
            multiline={true}
            numberOfLines={3}
            placeholder="Write On the Wall"
            underlineColorAndroid='transparent'
            require={true}
/>
              
const styles = StyleSheet.create({              
      postInput: {
      fontSize: 24,
      borderColor:'#42435b',
      borderWidth:1,
      margin:10,
      fontFamily: "Outrun future"
      }})

4.33
9
Alan Ball 75 points

                                    Style prop: (React native TextInput)
textAlignVertical: 'top';

4.33 (9 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
react native android text input multiline how to make text field get bigger for multiline react native react native textinput span multiline react native input field multiline react native multiline in text field input text start from top react native react native multiline text field multi line textinput react native react native textinput multiline example react native text input multiline not working multiline react native multiple lines react native input react native multiline input number of lines textinput ios react native react native textinput that allows multiline textinput break in react native react native textInput multiplelines text input multiple lines react native rn textinput multiline auto focus rn textinput focus multiline show textinput to multiple lines react native textinput multiline true in placeholder reactnative textinput multiline true reactnative hwo focus on second textinput if length of first textinput is full in react native multiline input react native react native text input text height for multiline inputtext react native text input multiline react native style on android text input react native multiline multi line text input react native react native + multiline text input react native elements multiline input react native textinput with multiple lines center how to make a textinput multi line react native react ntive multiline write on top multiline text input react native react native text input multiline multiline text input react native ios react native textinput multiline create a textINput multilined react native react native multi line text input make bigger when more text react native multi line text input how to add multiline text input is react native react native multiline text input react native textinput multiple line text input multiline react native textinput multiline react native how to make a multiline text input react native having a large text input react native multiline textinput in react native
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source