Skip to content

Commit

Permalink
🐞 Fix: RNIModalViewModule.dismissAllModals
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 3, 2023
1 parent fcfcd2f commit 36c54d8
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 36c54d8

Please sign in to comment.