Skip to content

Commit

Permalink
fix(RCTBlobManager): Fix Blob's native module name
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentriemer committed Sep 16, 2018
1 parent 23d8336 commit 171d9c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const kBlobURIScheme = "blob";

class RCTBlobManager extends RCTModule
implements RCTNetworkingRequestHandler, RCTNetworkingResponseHandler {
static moduleName = "RCTBlobManager";
static moduleName = "BlobModule";

blobs: { [key: string]: Blob };

Expand Down

0 comments on commit 171d9c4

Please sign in to comment.