Skip to content

Commit

Permalink
RN 0.59: Fix AsyncStorage context menu functions on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Feb 19, 2019
1 parent a61b958 commit 55c3c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/worker/asyncStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const getSafeAsyncStorage = NativeModules => {
NativeModules &&
(NativeModules.AsyncRocksDBStorage ||
NativeModules.RNC_AsyncSQLiteDBStorage ||
NativeModules.AsyncSQLiteDBStorage ||
NativeModules.AsyncLocalStorage);

return {
Expand Down

0 comments on commit 55c3c19

Please sign in to comment.