Fix the suppress comment regex for react_native

Reviewed By: davidaurelio

Differential Revision: D4435640

fbshipit-source-id: c680aee6931979859f04c0dca47037ba6f6cba73
This commit is contained in:
Gabe Levi
2017-01-19 10:24:12 -08:00
committed by Facebook Github Bot
parent 35bcf1bacc
commit e2ce98b7c6
15 changed files with 80 additions and 74 deletions

View File

@@ -112,8 +112,9 @@ const TypeToDifferMap = {
};
function processColorArray(colors: []): [] {
/* $FlowFixMe(>=0.38.0 site=react_native_fb) - Flow error detected during the
* deployment of v0.38.0. To see the error, remove this comment and run flow
/* $FlowFixMe(>=0.38.0 site=react_native_fb,react_native_oss) - Flow error
* detected during the deployment of v0.38.0. To see the error, remove this
* comment and run flow
*/
return colors && colors.map(processColor);
}