mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
TM iOS: move jscallinvoker under ReactCommon podspec
Summary: This essentially changes the header namespace to `<ReactCommon/` Relevant efforts: https://github.com/facebook/react-native/pull/25619 https://github.com/facebook/react-native/pull/25393 Reviewed By: PeteTheHeat Differential Revision: D16233125 fbshipit-source-id: 83eda4cc50ebb01efd1ce3eb18f47c97a049cffa
This commit is contained in:
committed by
Facebook Github Bot
parent
394c9a55be
commit
c1b0f398e6
+1
-1
@@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <fb/fbjni.h>
|
||||
#include <jsireact/JSCallInvoker.h>
|
||||
#include <ReactCommon/JSCallInvoker.h>
|
||||
#include <memory>
|
||||
|
||||
namespace facebook {
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <fb/fbjni.h>
|
||||
#include <ReactCommon/JavaTurboModule.h>
|
||||
#include <jsireact/JSCallInvoker.h>
|
||||
#include <ReactCommon/JSCallInvoker.h>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user