remove getInstanceCount usages

Summary:
This diffs removes the usages of getInstanceCount as it has been removed from yoga.
We will add event support in js later to handle these test cases

Reviewed By: davidaurelio

Differential Revision: D16560269

fbshipit-source-id: 52590c426faf87209f8635602b401fd5760af8ab
This commit is contained in:
Sidharth Guglani
2019-07-31 06:38:30 -07:00
committed by Facebook Github Bot
parent 8c270e68cc
commit adff8d96dd
10 changed files with 9 additions and 27 deletions

View File

@@ -350,9 +350,6 @@ module.exports = (bind: any, lib: any): Yoga => {
Layout: bind('Layout', Layout),
Size: bind('Size', Size),
Value: bind('Value', Value),
getInstanceCount(...args) {
return lib.getInstanceCount(...args);
},
...CONSTANTS,
};
};