Skip to content

Commit

Permalink
🐞 Fix: RNIModalViewModule.dismissAllModals
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 6, 2023
1 parent 1a91954 commit a320e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ @interface RCT_EXTERN_MODULE(RNIModalViewModule, RCTEventEmitter)
callback: (RCTResponseSenderBlock)callback
);

RCT_EXTERN_METHOD(dismissAllModals: (bool)animated
RCT_EXTERN_METHOD(dismissAllModals: (BOOL)animated
callback: (RCTResponseSenderBlock)callback
);

Expand Down

0 comments on commit a320e0a

Please sign in to comment.