mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
f4de45800f
commit
03ac8e872e
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user