diff --git a/website/src/react-native/index.js b/website/src/react-native/index.js index 6e6f6b603..769a5f086 100644 --- a/website/src/react-native/index.js +++ b/website/src/react-native/index.js @@ -341,7 +341,7 @@ public class MyCustomViewManager extends SimpleViewManager { @Override protected MyCustomView createViewInstance(ThemedReactContext reactContext) { - return new MyCustomView(reactContext) + return new MyCustomView(reactContext); } @Override