I have a Text with long text inside a ScrollView and I want to detect when the user has scrolled to the end of the text so I can enable a button.>
Text
ScrollView
Another solution could be to use a ListView with a single row (your text) which has onEndReached method. See the documentation here
ListView
onEndReached