Skip to content

Commit

Permalink
Worker: Don't get AsyncStorage in requiredModules
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Feb 16, 2019
1 parent 796cfe1 commit e931afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/worker/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const requiredModules = {
(self.__fbBatchedBridge && Object.getPrototypeOf(self.__fbBatchedBridge).constructor) ||
getModule('MessageQueue', size),
NativeModules: size => getModule('NativeModules', size),
AsyncStorage: size => getModule('AsyncStorage', size),
Platform: size => getModule('Platform', size),
setupDevtools: size => getModule('setupDevtools', size),
};
Expand Down

0 comments on commit e931afa

Please sign in to comment.