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:
Kevin Gozali
2019-07-12 22:44:20 -07:00
committed by Facebook Github Bot
parent 394c9a55be
commit c1b0f398e6
19 changed files with 42 additions and 79 deletions
@@ -8,7 +8,7 @@
#pragma once
#include <fb/fbjni.h>
#include <jsireact/JSCallInvoker.h>
#include <ReactCommon/JSCallInvoker.h>
#include <memory>
namespace facebook {
@@ -9,7 +9,7 @@
#include <fb/fbjni.h>
#include <ReactCommon/JavaTurboModule.h>
#include <jsireact/JSCallInvoker.h>
#include <ReactCommon/JSCallInvoker.h>
#include <string>
#include <memory>