From 0cff6264baf3da456a582ead82f1a49510fe1314 Mon Sep 17 00:00:00 2001 From: Eli Perkins Date: Tue, 3 Oct 2017 14:27:44 -0400 Subject: [PATCH] Remove @providesModule This Haste module is never used by the library, and only interferes with usage in Haste-based systems. --- index.ios.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.ios.js b/index.ios.js index 3450e99..8c295a4 100644 --- a/index.ios.js +++ b/index.ios.js @@ -1,5 +1,4 @@ /** - * @providesModule RNNotifications * @flow */ "use strict"; -- 2.26.2