Hello!
If I have big data content in SwipeRender like View with long text, It have fixed height like 100% of screen and I can't scroll my text to bottom. I tried set <SwipeRendee style={{height: 1000}} /> and it works, but what if I have dynamic text and don't know height of my block?
In older versions I have ViewPager and there are no problems. But now I want to use new solution with ScrollView.
Pls help! Thank you!
Hello!
If I have big data content in SwipeRender like View with long text, It have fixed height like 100% of screen and I can't scroll my text to bottom. I tried set
<SwipeRendee style={{height: 1000}} />and it works, but what if I have dynamic text and don't know height of my block?In older versions I have ViewPager and there are no problems. But now I want to use new solution with ScrollView.
Pls help! Thank you!