Merge pull request #2694 from Bhullnatik/patch-1
[website] missing semicolon in Java example.
This commit is contained in:
commit
a30df1c9af
|
@ -341,7 +341,7 @@ public class MyCustomViewManager extends SimpleViewManager<MyCustomView> {
|
|||
|
||||
@Override
|
||||
protected MyCustomView createViewInstance(ThemedReactContext reactContext) {
|
||||
return new MyCustomView(reactContext)
|
||||
return new MyCustomView(reactContext);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue