mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add buck rule to generate Java library
Summary: Adds buck rule for generated code Reviewed By: mdvacca, makovkastar Differential Revision: D16338763 fbshipit-source-id: 6b238b3993cc110f009ad541cfa924d0d06d2fcb
This commit is contained in:
committed by
Facebook Github Bot
parent
9a546f5e9e
commit
1783780a92
+1
-1
@@ -79,7 +79,7 @@ function generatePropsString(component: ComponentShape, componentName: string) {
|
||||
prop.name,
|
||||
)}(T view, ${getJavaValueForProp(prop, componentName)});`;
|
||||
})
|
||||
.join(',\n' + ' ');
|
||||
.join('\n' + ' ');
|
||||
}
|
||||
|
||||
function getClassExtendString(component): string {
|
||||
|
||||
Reference in New Issue
Block a user