React Native

React Native 글자 가로로 제한하고 자동개행 되게 하기..?

Machine_웅 2020. 2. 17. 11:54
728x90
반응형

   <TextInput

                        style = {{flexShrink:1}}

                        multiline ={true}

                        >

                </TextInput>

 <TextInput
           style = {{flexShrink:1}}
           multiline ={true}
   >
 </TextInput>
728x90
반응형