Skip to content

Commit

Permalink
🛠 Refactor: ModalView - Remove Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 9, 2023
1 parent d795864 commit 0e8425e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ModalView/ModalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export class ModalView extends
super(props);

this.emitter = new EventEmitter();
this._childRef = null;

this.state = {
visible: false,
Expand Down Expand Up @@ -355,7 +354,6 @@ export class ModalView extends
>
{state.visible && (
<View
ref={(r) => (this.modalContainerRef = r)}
style={[styles.modalContainer, props.containerStyle]}
collapsable={false}
onLayout={this._handleOnLayout}
Expand Down

0 comments on commit 0e8425e

Please sign in to comment.