Answers for "react native scrollview sticky header"

0

react native scrollview sticky header

<ScrollView
      style={styles.screen}
      stickyHeaderIndices={[0]}
 >
     <View><Text>Hello1</Text></View>
     <View><Text>Hello2</Text></View>
     <View><Text>Hello3</Text></View>
 </ScrollView>
// Show "Hello1" as sticky component
Posted by: Guest on August-23-2021

Code answers related to "react native scrollview sticky header"

Code answers related to "Javascript"

Browse Popular Code Answers by Language