<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/react-native-tracker](./react-native-tracker.md) &gt; [EventStoreConfiguration](./react-native-tracker.eventstoreconfiguration.md) &gt; [asyncStorage](./react-native-tracker.eventstoreconfiguration.asyncstorage.md)

## EventStoreConfiguration.asyncStorage property

The Async storage implementation. In environments where AsyncStorage is not available or where another kind of storage is used, you can provide a custom implementation.

<b>Signature:</b>

```typescript
asyncStorage?: AsyncStorage;
```
