Fix @providesModule for a few APIs

Close #542
This commit is contained in:
Peter Ruibal
2017-06-23 16:05:01 -07:00
committed by Nicolas Gallagher
parent 3c660e2ad7
commit 6cb16d059d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
*/
+1 -1
View File
@@ -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
*/