Home > @snowplow/react-native-tracker > EventStoreConfiguration
Configuration for the event store
Signature:
export interface EventStoreConfiguration | Property | Type | Description |
|---|---|---|
| maxEventStoreSize? | number | (Optional) The maximum amount of events that will be buffered in the event storeWill drop events once the limit is hit |
| useAsyncStorageForEventStore? | boolean | (Optional) Whether to use the AsyncStorage library as the persistent event store for the event store |