Skip to content

Commit

Permalink
🛠 Refactor: Rename to ModalViewProps
Browse files Browse the repository at this point in the history
Summary: Rename `src/components/ModalView/ModalViewTypes` to `ModalViewProps`.
  • Loading branch information
dominicstop committed Apr 22, 2023
1 parent 72aae7e commit 42a2823
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ModalView/ModalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import {

import { RNIModalViewModule } from '../../native_modules/RNIModalViewModule';

import type { ModalViewProps, ModalViewState } from './ModalViewTypes';
import type { ModalViewProps, ModalViewState } from './ModalViewProps';

import {
ModalViewEmitterEvents,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/ModalView/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './ModalView';
export * from './ModalViewTypes';
export * from './ModalViewProps';
export * from './ModalViewEmitter';
export * from './ModalViewEmitterDeprecated';

0 comments on commit 42a2823

Please sign in to comment.