Skip to content

Commit aae04db

Browse files
tido64Krzysztof Borowy
authored and
Krzysztof Borowy
committed
fix: Enable AsyncStorage on iOS.
Enables AS on iOS.
1 parent 566bbb2 commit aae04db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AsyncStorage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const {NativeModules} = require('react-native');
1818
const RCTAsyncStorage =
1919
NativeModules.AsyncRocksDBStorage ||
2020
NativeModules.RNC_AsyncSQLiteDBStorage ||
21+
NativeModules.RNCAsyncStorage ||
2122
NativeModules.AsyncLocalStorage;
2223

2324
type ReadOnlyArrayString = $ReadOnlyArray<string>;

0 commit comments

Comments
 (0)