Skip to content

Commit 9812964

Browse files
committed
fix: export expo fs adapter
1 parent aec02b1 commit 9812964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export * from './db/adapters/react-native-quick-sqlite/RNQSDBOpenFactory';
88
export * from './sync/stream/ReactNativeRemote';
99
export * from './sync/stream/ReactNativeStreamingSyncImplementation';
1010
export * from './db/adapters/react-native-quick-sqlite/ReactNativeQuickSQLiteOpenFactory';
11-
export * from './attachments/ExpoFileSystemAdapter';
11+
export * from './attachments/ExpoFileSystemStorageAdapter';
1212
export * from './attachments/ReactNativeFileSystemAdapter';

0 commit comments

Comments
 (0)