Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch @segment/analytics-react-native@2.20.3
for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/@segment/analytics-react-native/src/index.ts b/node_modules/@segment/analytics-react-native/src/index.ts
index 8263f16..439dde9 100644
--- a/node_modules/@segment/analytics-react-native/src/index.ts
+++ b/node_modules/@segment/analytics-react-native/src/index.ts
@@ -2,6 +2,8 @@ export { defaultConfig } from './constants';
export * from './client';
export * from './plugin';
export * from './types';
+export * from './logger';
+export * from './storage';
export * from './mapTransform';
export {
getNativeModule,
This issue body was partially generated by patch-package.
Metadata
Metadata
Assignees
Labels
No labels