Compare commits

...
2 changed files with 4 additions and 8 deletions
@@ -9,8 +9,7 @@
#import <jsi/jsi.h>
#import <react/runtime/JSRuntimeFactory.h>
namespace facebook {
namespace react {
namespace facebook::react {
class RCTJscInstance : public JSRuntimeFactory {
public:
@@ -21,5 +20,4 @@ class RCTJscInstance : public JSRuntimeFactory {
~RCTJscInstance(){};
};
} // namespace react
} // namespace facebook
} // namespace facebook::react
@@ -8,8 +8,7 @@
#import "RCTJscInstance.h"
#include <jsc/JSCRuntime.h>
namespace facebook {
namespace react {
namespace facebook::react {
RCTJscInstance::RCTJscInstance() {}
@@ -18,5 +17,4 @@ std::unique_ptr<JSRuntime> RCTJscInstance::createJSRuntime(std::shared_ptr<Messa
return std::make_unique<JSIRuntimeHolder>(jsc::makeJSCRuntime());
}
} // namespace react
} // namespace facebook
} // namespace facebook::react