2016-11-01 18:38:43 +00:00
|
|
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <jschelpers/Value.h>
|
|
|
|
|
|
|
|
#include "Executor.h"
|
|
|
|
|
|
|
|
namespace facebook {
|
|
|
|
namespace react {
|
|
|
|
|
2016-11-18 14:25:29 +00:00
|
|
|
String jsStringFromBigString(JSContextRef ctx, const JSBigString& bigstr);
|
2016-11-01 18:38:43 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
}
|