feat(android): use NestedScrollView for vertical ScrollView (#9199)

This commit is contained in:
farfromrefuge
2022-11-24 06:46:32 +00:00
committed by GitHub
parent 046f9314a8
commit cfaa8134b0
4 changed files with 65 additions and 29 deletions

View File

@ -365,7 +365,7 @@
constructor(context: android.content.Context);
}
export class VerticalScrollView extends android.widget.ScrollView {
export class VerticalScrollView extends androidx.core.widget.NestedScrollView {
constructor(context: android.content.Context);
public getScrollableLength(): number;
public getScrollEnabled(): boolean;