Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Aug 26, 2020
1 parent 578cbb8 commit 883d55c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/datastore/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title: React Native - using Datastore for Mobile
sidebar_label: React Native
---

Offix Datastore provides support for `indexeddb` as default. It is necessary to override the default storage and network implementations.
Offix Datastore provides support for `indexeddb` by default.
When using datastore in React Native is necessary to override the default storage and network implementations.

## Storage

Expand Down Expand Up @@ -69,4 +70,4 @@ export const datastore = new DataStore({
}, {
// custom engine config
});
```
```

0 comments on commit 883d55c

Please sign in to comment.