-
Notifications
You must be signed in to change notification settings - Fork 24.6k
showsVerticalScrollIndicator Prop missing in SetProp for ScrollView #50779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Check this PR microsoft/react-native-windows#14526 |
Please feel free to make a PR adding this. Iterator style props parser is not generally enabled, so this issue does not effect end user iOS or Android applications, but it would be good to fix nonetheless. |
@NickGerleman Added the fix here: #50798 |
Description
react-native/packages/react-native/ReactCommon/react/renderer/components/scrollview/ScrollViewProps.cpp
Line 409 in a3252de
Need to add
RAW_SET_PROP_SWITCH_CASE_BASIC(showsVerticalScrollIndicator);
as it's missingRelated PR: microsoft/react-native-windows#14526
Steps to reproduce
Pass showsVerticalScrollIndicator in RNW for Scroll View
React Native Version
0.78.2
Affected Platforms
Build - Windows
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
microsoft/react-native-windows#14526
Screenshots and Videos
The text was updated successfully, but these errors were encountered: