Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native text wrap

<View
    style={{ flexDirection: 'row' }}
> 
   <Text style={{ flexShrink: 1 }}>
       Really really long text...
   </Text>
</View>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #text #wrap
ADD COMMENT
Topic
Name
1+1 =