Skip to content

Commit

Permalink
🛠 Refactor: ModalView - Remove Unused
Browse files Browse the repository at this point in the history
TODO:2023-03-04-05-25-44 - Library Cleanup
  • Loading branch information
dominicstop committed Mar 3, 2023
1 parent 766d27b commit 5c9e660
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 5c9e660

Please sign in to comment.