Skip to content

Commit

Permalink
chore: update SLContainerNativeComponent numColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
azimgd authored Jan 9, 2025
1 parent 448d34d commit c7779df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SLContainerNativeComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export interface SLContainerNativeProps extends ViewProps {
horizontal?: boolean;
initialNumToRender?: Int32;
initialScrollIndex?: Int32;
numColumns?: Int32;
onVisibleChange?: DirectEventHandler<Readonly<OnVisibleChange>>;
onStartReached?: DirectEventHandler<Readonly<OnStartReached>>;
onEndReached?: DirectEventHandler<Readonly<OnEndReached>>;
Expand Down

0 comments on commit c7779df

Please sign in to comment.