Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

React Native ScrollView dynamic footer

$
0
0

How to make React native scrollview footer. if the content is smaller than the screen, there should be a button at the very bottom of the screen; if it is larger, then the button should go to the very bottom after the content

I did this, but if there is not enough content, then the button goes up

<ScrollView><Text>asdasd</Text><Button text="Next" /></ScrollView>

if so, then always sit below the scroll under the button goes, but I need the button to go too

<View><ScrollView><Text>asdasd</Text></ScrollView><Button text="Next" /></View>

Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>