Skip to content

Commit 5e5fbc7

Browse files
authored
fixes ExpoSQLite import (aws-amplify#5332)
1 parent 5adcf25 commit 5e5fbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/datastore/react-native/getting-started/30_platformIntegration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Then configure the SQLite storage adapter with DataStore in your app:
8181

8282
```js
8383
import { DataStore } from 'aws-amplify';
84-
import ExpoSQLiteAdapter from '@aws-amplify/datastore-storage-adapter/ExpoSQLiteAdapter';
84+
import { ExpoSQLiteAdapter } from '@aws-amplify/datastore-storage-adapter/ExpoSQLiteAdapter';
8585

8686
DataStore.configure({
8787
storageAdapter: ExpoSQLiteAdapter

0 commit comments

Comments
 (0)