Skip to content

Commit a0c485c

Browse files
authored
Export emit to ease didLoadWithEvents handling
1 parent 5a29880 commit a0c485c

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)