mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add cxxModule to RN-Tester's codegenConfig
Summary: This introduces the `cxxModule` field for RNTester where the local TM-CXX modules are specified. Changelog: [Internal] [Changed] - Add cxxModule to RN-Tester's codegenConfig Reviewed By: cipolleschi Differential Revision: D53669913 fbshipit-source-id: 97b9985b94efe79566d2d06f6081e65fb66478ff
This commit is contained in:
committed by
Facebook GitHub Bot
parent
59c5edfe63
commit
2e3508d6cb
@@ -37,6 +37,12 @@
|
||||
"jsSrcsDir": ".",
|
||||
"android": {
|
||||
"javaPackageName": "com.facebook.fbreact.specs"
|
||||
}
|
||||
},
|
||||
"cxxModules": [
|
||||
{
|
||||
"name": "NativeCxxModuleExample",
|
||||
"headerPath": "NativeCxxModuleExample.h"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user