Skip to content

Commit

Permalink
export modular from index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 authored and mikehardy committed Sep 4, 2023
1 parent 24c7809 commit 9fc6e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/in-app-messaging/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class FirebaseFiamModule extends FirebaseModule {
}
}

export * from './modular';

// import { SDK_VERSION } from '@react-native-firebase/in-app-messaging';
export const SDK_VERSION = version;

Expand Down

0 comments on commit 9fc6e53

Please sign in to comment.