mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-11 10:38:00 +08:00
Move folder and packages from 'fabricxx' to 'fabric'
Summary: This diff renames fabricxx into fabric Reviewed By: achen1 Differential Revision: D10013410 fbshipit-source-id: 75d73ace6957d706d39bb87118140bb642bed747
This commit is contained in:
committed by
Facebook Github Bot
parent
a5f1d79adf
commit
b41ce43c07
@@ -31,7 +31,7 @@ Size TextLayoutManager::measure(
|
||||
|
||||
const jni::global_ref<jobject> & fabricUIManager = contextContainer_->getInstance<jni::global_ref<jobject>>("FabricUIManager");
|
||||
|
||||
auto clazz = jni::findClassStatic("com/facebook/fbreact/fabricxx/UIManager");
|
||||
auto clazz = jni::findClassStatic("com/facebook/fbreact/fabric/UIManager");
|
||||
static auto measure =
|
||||
clazz->getMethod<JArrayFloat::javaobject(jint, jstring, ReadableNativeMap::javaobject, ReadableNativeMap::javaobject, jint, jint)>("measure");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user