mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 22:32:38 +08:00
missing semicolon in Java example.
This commit is contained in:
2
website/src/react-native/index.js
vendored
2
website/src/react-native/index.js
vendored
@@ -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