3

I have a component like this

<ScrollView>
 <View>
  <View>
   make this component sticky
  </View>
 </View>
</ScrollView>

Now, I want to make the second view sticky. I know ScrollView has a prop stickyHeaderIndices where you can specify the index but it won't work in my case as my concerned component is a nested one.

Boussadjra Brahim
  • 82,684
  • 19
  • 144
  • 164
ASG
  • 61
  • 4

0 Answers0