mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
20514e3482
Reviewed By: bnham Differential Revision: D4197300 fbshipit-source-id: 306ffc85e3ced24047b68499f7cdf5e2d31fc052
16 lines
246 B
C++
16 lines
246 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include <jschelpers/Value.h>
|
|
|
|
#include "Executor.h"
|
|
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
String jsStringFromBigString(JSContextRef ctx, const JSBigString& bigstr);
|
|
|
|
}
|
|
}
|