Skip to content

Commit

Permalink
⭐️ Impl: Types - Add ModalView.nativeRefModalView
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 9, 2023
1 parent 055b3a1 commit 3d98a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ModalView/ModalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const hasScrollViewContext: boolean =
export class ModalView extends
React.PureComponent<ModalViewProps, ModalViewState> {

private nativeRefModalView!: React.Component;

constructor(props) {
super(props);

Expand Down

0 comments on commit 3d98a84

Please sign in to comment.