mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fix the suppress comment regex for react_native
Reviewed By: davidaurelio Differential Revision: D4435640 fbshipit-source-id: c680aee6931979859f04c0dca47037ba6f6cba73
This commit is contained in:
committed by
Facebook Github Bot
parent
35bcf1bacc
commit
e2ce98b7c6
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user