You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
`@segment/analytics-react-native` has an option to create custom persistor that matches `Persistor` type
from `@segment/sovran-react-native`. If it's possible, then let's mark
`@react-native-async-storage/async-storage` as optional peer dependency to not force users to download it when
custom persistor is used.
- `@react-native-async-storage/async-storage` is marked as optional peer dependency
- `@react-native-async-storage/async-storage` is optionally required (instead of being imported) in
`src/persistor/async-storage-persistor.ts`
0 commit comments