2018-05-31 15:31:03 -07:00
|
|
|
// Copyright (c) 2004-present, Facebook, Inc.
|
|
|
|
|
|
|
|
// This source code is licensed under the MIT license found in the
|
|
|
|
// LICENSE file in the root directory of this source tree.
|
2016-11-01 11:38:43 -07:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2017-06-23 16:49:55 -07:00
|
|
|
#include <cxxreact/JSBigString.h>
|
|
|
|
#include <jschelpers/JavaScriptCore.h>
|
2016-11-01 11:38:43 -07:00
|
|
|
#include <jschelpers/Value.h>
|
|
|
|
|
|
|
|
namespace facebook {
|
|
|
|
namespace react {
|
|
|
|
|
2016-11-18 06:25:29 -08:00
|
|
|
String jsStringFromBigString(JSContextRef ctx, const JSBigString& bigstr);
|
2016-11-01 11:38:43 -07:00
|
|
|
|
|
|
|
}
|
|
|
|
}
|