Add @providesModule annotations

Summary: Adding providesModule annotations to files that don't have a `providesModule` annotation but are in directories that packager crawls.

Reviewed By: cpojer

Differential Revision: D4612455

fbshipit-source-id: b23f0d6bbe2d26f480e93b56b67c6c8b1075e9f7
This commit is contained in:
Bhuwan Khattar
2017-02-25 03:05:32 -08:00
committed by Facebook Github Bot
parent 48cb932c6e
commit a23a3c319c
127 changed files with 149 additions and 21 deletions

View File

@@ -17,7 +17,8 @@
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
* @providesModule NavigationExampleRow
*/
'use strict';
var React = require('react');