mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused jsInvoker from Cxx TM enums (#37454)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37454 Raised here: https://github.com/reactwg/react-native-releases/discussions/54#discussioncomment-5914928 Changelog: [Internal] Reviewed By: rshest Differential Revision: D45918922 fbshipit-source-id: 931d2017c37e7327ba472c36e3ac0b29b74d093d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
23fad5e2db
commit
f7dcc65a3f
@@ -338,7 +338,7 @@ enum ${enumName} { ${values} };
|
||||
|
||||
template <>
|
||||
struct Bridging<${enumName}> {
|
||||
static ${enumName} fromJs(jsi::Runtime &rt, ${fromValue}, const std::shared_ptr<CallInvoker> &jsInvoker) {
|
||||
static ${enumName} fromJs(jsi::Runtime &rt, ${fromValue}) {
|
||||
${fromValueConversion}
|
||||
${fromCases}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user