Skip to content

Commit

Permalink
fix viewconfig for AndroidHorizontalScrollViewNativeComponent
Browse files Browse the repository at this point in the history
Summary: Changelog:  [Android][Fix] Fix viewconfig for AndroidHorizontalScrollViewNativeComponent by adding snapToAlignment

Reviewed By: mdvacca

Differential Revision: D31476885

fbshipit-source-id: 89a4e16bd3d2cac0cc3c70c8a948deadababd488
  • Loading branch information
GijsWeterings authored and facebook-github-bot committed Oct 7, 2021
1 parent 2280187 commit 7bbf549
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const AndroidHorizontalScrollViewNativeComponent: HostComponent<Props> = NativeC
scrollPerfTag: true,
sendMomentumEvents: true,
showsHorizontalScrollIndicator: true,
snapToAlignment: true,
snapToEnd: true,
snapToInterval: true,
snapToStart: true,
Expand Down

0 comments on commit 7bbf549

Please sign in to comment.