Closed Ahmed-ab96 closed 4 years ago
It works fine, but show this warning
Can you please share what props and data are you passing ?
Here is my code
<ReadMore
seeMoreText='زیاتر'
seeMoreStyle={{fontFamily:'Speda',color:'crimson'}}
seeLessText='کەمتر'
seeLessStyle={{fontFamily:'Speda',color:'crimson'}}
numberOfLines={3}
>
<Text style={[HomeStyle.SecondaryText,{textAlign:'auto'}]}>{Item.Description}</Text>
</ReadMore>
and only by importing ReadMore without using it, that warning will appear.
Here is my code
<ReadMore seeMoreText='زیاتر' seeMoreStyle={{fontFamily:'Speda',color:'crimson'}} seeLessText='کەمتر' seeLessStyle={{fontFamily:'Speda',color:'crimson'}} numberOfLines={3} > <Text style={[HomeStyle.SecondaryText,{textAlign:'auto'}]}>{Item.Description}</Text> </ReadMore>
and only by importing ReadMore without using it, that warning will appear.
Resolved issue with PR
Please upgrade to version 1.0.9
It works fine, but show this warning