Skip to content

Commit

Permalink
💫 Update: Types - RNIModalData
Browse files Browse the repository at this point in the history
Related:
* `TODO:2023-03-04-13-15-11` - Refactor: Update Modal Events
* `TODO:2023-03-30-15-52-42` - Update typescript types for modal event objects to match native event object.
  • Loading branch information
dominicstop committed Apr 15, 2023
1 parent ce3c2a1 commit 1db205f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native_components/RNIModalView/RNIModalViewEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import type {
export type RNIModalData = {
modalNativeID: string;
modalIndex: number;
modalIndexPrev: number;
currentModalIndex: number;
modalFocusState: ModalFocusState;
modalFocusStatePref: ModalFocusState;
Expand Down

0 comments on commit 1db205f

Please sign in to comment.