mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 19:11:22 +08:00
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:
committed by
Facebook Github Bot
parent
48cb932c6e
commit
a23a3c319c
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user