diff --git a/index.html b/index.html
index 60a3337c1ac..6b2ae3d1a6a 100644
--- a/index.html
+++ b/index.html
@@ -211,7 +211,7 @@ public class MyCustomViewManager extends <
}
@Override
- public void updateView(MyCustomView view, CatalystStylesDiffMap props) {
+ public void updateView(MyCustomView view, ReactStylesDiffMap props) {
super.updateView(view, props);
if (props.hasKey(PROP_MY_CUSTOM_PROPERTY)) {