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 5adcf25 commit 5e5fbc7Copy full SHA for 5e5fbc7
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
0 commit comments