mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ignore a Flow error
This commit is contained in:
@@ -18,6 +18,10 @@ const View = require('View');
|
||||
type Props = {
|
||||
filter: Function,
|
||||
render: Function,
|
||||
/*
|
||||
* $FlowFixMe: We shoudl better type this (ideally so that render and filter are
|
||||
* aware of what they receive)
|
||||
*/
|
||||
sections: Object,
|
||||
disableSearch?: boolean,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user