Skip to content

Commit

Permalink
fix: send params from recycler to it's super class
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed Jul 19, 2023
1 parent a91377a commit d3989a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/src/focusManager/model/recycler.ts
Expand Up @@ -30,7 +30,7 @@ class RecyclerView extends FocusModel {
'style' | 'scrollViewProps' | 'renderItem' | 'type' | 'data' | 'focusOptions'
>
) {
super();
super(params);

const {
horizontal = true,
Expand Down

0 comments on commit d3989a7

Please sign in to comment.