Skip to content

Commit

Permalink
Remove inconsistency warning in viewconfig validation
Browse files Browse the repository at this point in the history
Summary:
# Changelog:

[Internal]-

Introduced recently, this confuses viewconfig validation vs the vanilla Android view managers.

So this change effectively reverts the exposure of `ScrollView.scrollIndicatorInsets` to Android, achieving the goal in a different way (via the SVC injection workaround for the specific Android platform flavour).

Differential Revision: D59960782
  • Loading branch information
rshest authored and facebook-github-bot committed Jul 19, 2024
1 parent 6d56cea commit 1ae90c0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig =
borderRadius: true,
nestedScrollEnabled: true,
scrollEventThrottle: true,
scrollIndicatorInsets: {
diff: require('../../Utilities/differ/insetsDiffer'),
},
borderStyle: true,
borderRightColor: {
process: require('../../StyleSheet/processColor').default,
Expand Down

0 comments on commit 1ae90c0

Please sign in to comment.