mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
missing semicolon in Java example.
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user