Add `stickyHeaderHiddenOnScroll` props to ScrollView & friends · rescript-react-native/rescript-react-native@d981203

5 files changed

lines changed

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -98,6 +98,7 @@ external make: (

9898

~snapToInterval: float=?,

9999

~snapToOffsets: array<float>=?,

100100

~snapToStart: bool=?,

101+

~stickyHeaderHiddenOnScroll: bool=?,

101102

~stickyHeaderIndices: array<int>=?,

102103

~zoomScale: float=?,

103104

// rescript-react-native 0.64 View props

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -74,6 +74,7 @@ external make: (

7474

~snapToInterval: float=?,

7575

~snapToOffsets: array<float>=?,

7676

~snapToStart: bool=?,

77+

~stickyHeaderHiddenOnScroll: bool=?,

7778

~stickyHeaderIndices: array<int>=?,

7879

~zoomScale: float=?,

7980

// rescript-react-native 0.64 View props

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -107,6 +107,7 @@ external make: (

107107

~snapToInterval: float=?,

108108

~snapToOffsets: array<float>=?,

109109

~snapToStart: bool=?,

110+

~stickyHeaderHiddenOnScroll: bool=?,

110111

~stickyHeaderIndices: array<int>=?,

111112

~zoomScale: float=?,

112113

// rescript-react-native 0.64 View props

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -146,6 +146,7 @@ external make: (

146146

~snapToInterval: float=?,

147147

~snapToOffsets: array<float>=?,

148148

~snapToStart: bool=?,

149+

~stickyHeaderHiddenOnScroll: bool=?,

149150

~stickyHeaderIndices: array<int>=?,

150151

~zoomScale: float=?,

151152

// rescript-react-native 0.64 View props

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -142,6 +142,7 @@ external make: (

142142

~snapToInterval: float=?,

143143

~snapToOffsets: array<float>=?,

144144

~snapToStart: bool=?,

145+

~stickyHeaderHiddenOnScroll: bool=?,

145146

~stickyHeaderIndices: array<int>=?,

146147

~zoomScale: float=?,

147148

// rescript-react-native 0.64 View props