Skip to content

Commit

Permalink
Move folder and packages from 'fabricxx' to 'fabric'
Browse files Browse the repository at this point in the history
Summary: This diff renames fabricxx into fabric

Reviewed By: achen1

Differential Revision: D10013410

fbshipit-source-id: 75d73ace6957d706d39bb87118140bb642bed747
  • Loading branch information
mdvacca authored and facebook-github-bot committed Sep 25, 2018
1 parent a5f1d79 commit b41ce43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ReactAndroid/src/main/java/com/facebook/react/fabric/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ rn_android_library(
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
react_native_dep("third-party/java/jsr-305:jsr-305"),
react_native_target("java/com/facebook/react:react"),
react_native_target("java/com/facebook/debug/tags:tags"),
react_native_target("java/com/facebook/debug/holder:holder"),
react_native_target("java/com/facebook/react/bridge:bridge"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit b41ce43

Please sign in to comment.