mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove moduleSpecName
Summary: All our codegen JavaScript now simply uses libraryName instead of moduleSpecName. In our buck infra, we assign native_module_spec_name to libraryName. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D25842696 fbshipit-source-id: efd3af402585f9ad4ff3b593179147eea91cc331
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d5cfad5519
commit
9215980471
-1
@@ -367,7 +367,6 @@ module.exports = {
|
||||
generate(
|
||||
libraryName: string,
|
||||
schema: SchemaType,
|
||||
moduleSpecName: string,
|
||||
packageName?: string,
|
||||
): FilesOutput {
|
||||
const files = new Map();
|
||||
|
||||
Reference in New Issue
Block a user