Add flow directive to index.android.js

Summary:
iOS template contains flow directive in top comment. Android should too for consistency.
Closes https://github.com/facebook/react-native/pull/7482

Differential Revision: D3281131

fbshipit-source-id: d9a77196faed5e41753d09768721e1da1e6cc60a
This commit is contained in:
Tomas Roos 2016-05-10 03:10:04 -07:00 committed by Facebook Github Bot 9
parent d3e5a96b15
commit cd9271567f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import React, { Component } from 'react';