You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
During Column block PR I need to pass scrollEnable={false} to InnerBlock and FLatList to prevent inner blocks component to be scrollable. Only the RootList should be scrollable. According to this comment we can consider moving mentioned prop directly to BlockList component to avoid passing it through InnerBlock API
It is small change however we decide to cover it separately and check if it do not break anything in other blocks.
I will prepare PR as soon as Column block PR gets merged.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
During Column block PR I need to pass
scrollEnable={false}
to InnerBlock and FLatList to prevent inner blocks component to be scrollable. Only the RootList should be scrollable. According tothis comment we can consider moving mentioned prop directly to
BlockList
component to avoid passing it through InnerBlock APIIt is small change however we decide to cover it separately and check if it do not break anything in other blocks.
I will prepare PR as soon as Column block PR gets merged.
The text was updated successfully, but these errors were encountered: