We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5da041f + 874bff6 commit 2cbc9f5Copy full SHA for 2cbc9f5
src/with-collapsible-header.tsx
@@ -239,6 +239,10 @@ export const withCollapsibleHeader = <T extends ScrollViewProps>(
239
return this.wrappedComponent.current
240
}
241
242
+ public getNode = () => {
243
+ return this.wrappedComponent.current.getNode()
244
+ }
245
+
246
public showHeader = (options: AnimationConfig | unknown) => {
247
this.moveHeader(
248
this.offsetValue - this.props.headerHeight,
0 commit comments