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
@@ -259,8 +259,9 @@ function buildTransitionProps(
|
||||
scenes,
|
||||
} = state;
|
||||
|
||||
/* $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 {
|
||||
layout,
|
||||
|
||||
Reference in New Issue
Block a user