i;m having issues with my code because when the content exceed the height content, i can’t scroll
My actual code looks like this:
<SafeAreaView className="bg-primary h-full">
<ScrollView contentContainerStyle={{ height: "100%" }}>
<Text> TEST </Text>
<Text> TEST </Text>
<Text> TEST </Text>
<Text> TEST </Text>
...
</ScrollView>
<SafeAreaView />
I have tried changing contentContainerStyle={{ height: “80%” }}, but it still doesn’t work