fix typo
Summary: Closes https://github.com/facebook/react-native/pull/11067 Differential Revision: D4220269 Pulled By: mkonicek fbshipit-source-id: 7fa70d5f15211215396375711be1583a8877ef5e
This commit is contained in:
parent
ad36c1af71
commit
3ba3b39fdc
|
@ -82,7 +82,7 @@ RCT_EXPORT_VIEW_PROPERTY(onMomentumScrollBegin, RCTDirectEventBlock)
|
|||
RCT_EXPORT_VIEW_PROPERTY(onMomentumScrollEnd, RCTDirectEventBlock)
|
||||
RCT_EXPORT_VIEW_PROPERTY(onScrollAnimationEnd, RCTDirectEventBlock)
|
||||
|
||||
// overflow is used both in css-layout as well as by reac-native. In css-layout
|
||||
// overflow is used both in css-layout as well as by react-native. In css-layout
|
||||
// we always want to treat overflow as scroll but depending on what the overflow
|
||||
// is set to from js we want to clip drawing or not. This piece of code ensures
|
||||
// that css-layout is always treating the contents of a scroll container as
|
||||
|
|
Loading…
Reference in New Issue