I am newbie in react native animations. I am using react native animated to move menu right and push all content to right without cutting text, but as you see it is not wrapping.
I have already tried these solutions:
Using
flexShrink
for theText
componentflex: 1
andflexWrap
to the parentView
element but nothing has worked, could somebody give me some advice?`<Animated.View style={boxValue.getLayout()}> <Text style={{flexWrap: 'wrap'}}> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur dapibus massa eu quam porttitor, id suscipit felis volutpat. Duis tempus turpis </Text> </Animated.View>`