mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +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
|
@Override
|
||||||
protected MyCustomView createViewInstance(ThemedReactContext reactContext) {
|
protected MyCustomView createViewInstance(ThemedReactContext reactContext) {
|
||||||
return new MyCustomView(reactContext)
|
return new MyCustomView(reactContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user