Skip to content

Commit

Permalink
🐞 Fix: Fix Typo in ModalView Props
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 9, 2023
1 parent b5eecd1 commit 1ad81c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalView/ModalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export class ModalView extends
{state.visible && (
<View
style={[styles.modalContainer, props.containerStyle]}
collapsible={false}
collapsable={false}
onLayout={this._handleOnLayout}
>
{React.cloneElement(props.children as any, {
Expand Down

0 comments on commit 1ad81c0

Please sign in to comment.