-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
<ScrollView>
<InView onChange={(isVisible) =>checkVisible(isVisible)}
collapsable={false}
removeClippedSubviews={false}>
<View style={ {height:400,margin:10,backgroundColor: isInView ? 'yellow' : '#f9c2ff'}}>
<Text>1</Text>
</View>
<View style={ {height:400,margin:10,backgroundColor: isInView ? 'yellow' : '#f9c2ff'}}>
<Text>2</Text>
</View>
<View style={ {height:400,margin:10,backgroundColor: isInView ? 'yellow' : '#f9c2ff'}}>
<Text>yay</Text>
</View>
</InView>
</ScrollView>
Metadata
Metadata
Assignees
Labels
No labels
