Skip to content

Commit c3c3a71

Browse files
authored
Merge pull request #387 from grit96/patch-2
Export emit to ease didLoadWithEvents handling
2 parents 5a29880 + a0c485c commit c3c3a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const CONSTANTS = {
1717
},
1818
};
1919

20-
export { CONSTANTS };
20+
export { emit, CONSTANTS };
2121

2222
class RNCallKeep {
2323
constructor() {

0 commit comments

Comments
 (0)