Fabric: `setNativeProps` methods was removed from `FabricUIManager` Flow type declaration

Summary:
FabricUIManager does not support it, the declaration is not correct.

Changelog: [Internal] Fabric-specific internal change.

Created from Diffusion's 'Open in Editor' feature.

Differential Revision: D26241483

fbshipit-source-id: 8a894dc847bce9c196d8ac2e1601853e4fe03e1d
This commit is contained in:
Valentin Shergin 2021-02-04 13:52:28 -08:00 коммит произвёл Facebook GitHub Bot
Родитель fc24bb4af0
Коммит 338ce93648
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,6 @@ export type Spec = {|
+appendChild: (parentNode: Node, child: Node) => Node,
+appendChildToSet: (childSet: NodeSet, child: Node) => void,
+completeRoot: (rootTag: number, childSet: NodeSet) => void,
+setNativeProps: (node: Node, nativeProps: NodeProps) => void,
+measure: (node: Node, callback: MeasureOnSuccessCallback) => void,
+measureInWindow: (
node: Node,