Skip to content

Commit f3468b6

Browse files
committed
removed override from Highliterview
1 parent 9b46efa commit f3468b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/android/src/main/java/com/wix/reactnativeuilib/highlighterview/HighlighterViewPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1717
return Collections.emptyList();
1818
}
1919

20-
@Override
2120
public List<Class<? extends JavaScriptModule>> createJSModules() {
2221
return Collections.emptyList();
2322
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ui-lib",
3-
"version": "2.0.159",
3+
"version": "2.0.160",
44
"main": "index.js",
55
"author": "Ethan Sharabi <[email protected]>",
66
"publishConfig": {

0 commit comments

Comments
 (0)