Skip to content

Commit

Permalink
💄 Gloss: Add Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 6, 2023
1 parent a320e0a commit 3e02b7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/native_modules/RNIModalViewModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { NativeModules, NativeEventEmitter } from 'react-native';
const MODULE_NAME = 'RNIModalViewModule';

interface RNIModalViewModule {
// Standalone Functions
// --------------------

// prettier-ignore
dismissModalByID(
modalID: string,
Expand Down

0 comments on commit 3e02b7e

Please sign in to comment.