mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
Pre-suppress errors ahead of v0.247 release
Summary: drop-conflicts Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D63506234 fbshipit-source-id: 186d60e42a8a2a3604058692ed844ba764d6ad3f
This commit is contained in:
parent
d93e67d02c
commit
c2c9b78e49
@ -80,6 +80,7 @@ export type ProgressBarAndroidProps = $ReadOnly<{|
|
||||
*/
|
||||
const ProgressBarAndroid = (
|
||||
{
|
||||
// $FlowFixMe[incompatible-type]
|
||||
styleAttr = 'Normal',
|
||||
indeterminate = true,
|
||||
animating = true,
|
||||
|
Loading…
Reference in New Issue
Block a user