ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.25k stars 429 forks source link

Fix scrollTo for ScrollView #208

Closed rianniello closed 6 years ago

rianniello commented 6 years ago

Fix scrollTo in ScrollView.

To support this change I had to populate the Commands property e.g. UIManager.RCTNativeScrollView.Commands.scrollTo; via this commit https://github.com/ptmt/react-native-macos/commit/3e2557061a0beff3bdf27d7f082f2676cfa132f2.

ptmt commented 6 years ago

Wow, thanks! MIssed that one (it's good to have test, but I haven't updated them for the last version, so they are useless)