microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.39k stars 130 forks source link

[visionOS] Bring back missing ScrollView prop converters #2091

Closed Saadnajmi closed 4 months ago

Saadnajmi commented 4 months ago

Please select one of the following

Summary:

In #2019 , we ifdefed out some props that were actually valid on visionOS, namely UIScrollViewContentInsetAdjustmentBehavior and UIScrollViewIndicatorStyle. Let's bring them back by adjusting the ifdefs

Changelog:

[VISIONOS] [FIXED] - Bring back missing ScrollView prop converters

Test Plan:

CI should pass. visionOS should compile locally.