From 6cb16d059df5d710f89b3150f54e85f74b328ee6 Mon Sep 17 00:00:00 2001 From: Peter Ruibal Date: Fri, 23 Jun 2017 16:05:01 -0700 Subject: [PATCH] Fix @providesModule for a few APIs Close #542 --- src/apis/AppState/index.js | 2 +- src/apis/AsyncStorage/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apis/AppState/index.js b/src/apis/AppState/index.js index 6c830c98..477762e3 100644 --- a/src/apis/AppState/index.js +++ b/src/apis/AppState/index.js @@ -6,7 +6,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. * - * @providesModule AppRegistry + * @providesModule AppState * @flow */ diff --git a/src/apis/AsyncStorage/index.js b/src/apis/AsyncStorage/index.js index db1c81a8..861c79a3 100644 --- a/src/apis/AsyncStorage/index.js +++ b/src/apis/AsyncStorage/index.js @@ -6,7 +6,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. * - * @providesModule AppRegistry + * @providesModule AsyncStorage * @flow */