Skip to content

Commit

Permalink
Refactor UIManager -> FabricUIManager
Browse files Browse the repository at this point in the history
Summary: This diff renames com.facebook.fbreact.fabric.UIManager to FabricUIManager, this is done in order to avoid confusion with com.facebook.react.bridge.UIManager

Reviewed By: shergin

Differential Revision: D10128635

fbshipit-source-id: 0cb874ec1ba698077d750214f1d25004065c2f59
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 2, 2018
1 parent 001b04f commit cf66923
Showing 1 changed file with 1 addition and 1 deletion.
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/fabric/UIManager");
auto clazz = jni::findClassStatic("com/facebook/fbreact/fabric/FabricUIManager");
static auto measure =
clazz->getMethod<JArrayFloat::javaobject(jint, jstring, ReadableNativeMap::javaobject, ReadableNativeMap::javaobject, jint, jint)>("measure");

Expand Down

0 comments on commit cf66923

Please sign in to comment.