mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
missing semicolon in Java example.
This commit is contained in:
parent
1bf8971f26
commit
c153e9bbbf
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user