Skip to content

Commit c4757c0

Browse files
committed
Don't look for module with old android name
1 parent 1a99729 commit c4757c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RCTAsyncStorage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import AsyncStorageTurboModule from './NativeAsyncStorageModule';
77
let RCTAsyncStorage =
88
AsyncStorageTurboModule ||
99
NativeModules['PlatformLocalStorage'] || // Support for external modules, like react-native-windows
10-
NativeModules['RNC_AsyncSQLiteDBStorage'] ||
1110
NativeModules['RNCAsyncStorage'];
1211

1312
if (!RCTAsyncStorage && shouldFallbackToLegacyNativeModule()) {

0 commit comments

Comments
 (0)