We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ea50f commit 26f95d9Copy full SHA for 26f95d9
src/fragments/lib/datastore/react-native/getting-started/30_platformIntegration.mdx
@@ -81,7 +81,7 @@ Then configure the SQLite storage adapter with DataStore in your app:
81
82
```js
83
import { DataStore } from 'aws-amplify';
84
-import { ExpoSQLiteAdapter } from '@aws-amplify/datastore-storage-adapter/ExpoSQLiteAdapter';
+import ExpoSQLiteAdapter from '@aws-amplify/datastore-storage-adapter/ExpoSQLiteAdapter';
85
86
DataStore.configure({
87
storageAdapter: ExpoSQLiteAdapter
@@ -95,4 +95,4 @@ Disable custom primary key in `amplify/cli.json` by setting `graphQLTransformer.
95
96
</Callout>
97
</Block>
98
-</BlockSwitcher>
+</BlockSwitcher>
0 commit comments