Skip to content

No exports for createLogger and SovranStorage #1060

Open
@stereodenis

Description

@stereodenis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions