Update GeneratePropsJavaDelegate to handle PlatformColor

Summary:
$title

Changelog:
[Internal]

(Note: this ignores all push blocking failures!)

Reviewed By: rickhanlonii

Differential Revision: D20175915

fbshipit-source-id: 96d75e8cc098ea6ce78288f40191f7bae24d5aa5
This commit is contained in:
Eli White
2020-03-02 15:12:10 -08:00
committed by Facebook Github Bot
parent f4de45800f
commit 03ac8e872e
4 changed files with 15 additions and 7 deletions
@@ -218,7 +218,7 @@ module.exports = {
const className = getInterfaceJavaClassName(componentName);
const fileName = `${className}.java`;
const imports = getImports(component);
const imports = getImports(component, 'interface');
const propsString = generatePropsString(component, imports);
const commandsString = generateCommandsString(
component,