Commit d773395
Allow RCTScrollViewComponentView to be subclass-able (facebook#56319)
Summary:
While RCTScrollViewComponentView is overridable, its NOT a UIScrollView. It has a private property this is the scroll view and if you want to override UIScrollView behavior you have to change this.
Changelog: [Internal]
Reviewed By: sbuggay
Differential Revision: D994623811 parent 4a59f90 commit d773395
File tree
3 files changed
+3
-3
lines changed- packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView
- scripts/cxx-api/api-snapshots
3 files changed
+3
-3
lines changedpackages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.h
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1987 | 1987 | | |
1988 | 1988 | | |
1989 | 1989 | | |
| 1990 | + | |
1990 | 1991 | | |
1991 | | - | |
1992 | 1992 | | |
1993 | 1993 | | |
1994 | 1994 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1987 | 1987 | | |
1988 | 1988 | | |
1989 | 1989 | | |
| 1990 | + | |
1990 | 1991 | | |
1991 | | - | |
1992 | 1992 | | |
1993 | 1993 | | |
1994 | 1994 | | |
| |||
0 commit comments