Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default values of snapToEnd and snapToStart in ScrollViewProps
Summary: Changelog: [internal] Default value for `snapToEnd` and `snapToStart` was incorrect in Fabric. This makes no practical difference as default value is never used (JavaScript always sets true or false). Default value of `snapToEnd` is true. https://reactnative.dev/docs/scrollview#snaptoend Default value of `snapToStart` is true. https://reactnative.dev/docs/scrollview#snaptostart Reviewed By: PeteTheHeat Differential Revision: D27505377 fbshipit-source-id: 73e88aa6ad13a851b8c401e9716fc9a650ec0098
- Loading branch information