Skip to content

Commit 4ad31bd

Browse files
committed
update to 1.0.4
1 parent 26d86db commit 4ad31bd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

android/src/main/java/com/remobile/datetimepicker/RCTDateTimePickerPackage.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import android.app.Activity;
1414

1515
public class RCTDateTimePickerPackage implements ReactPackage {
16-
16+
1717
private Activity activity;
1818
private RCTDateTimePicker mModuleInstance;
1919

@@ -32,7 +32,6 @@ public List<NativeModule> createNativeModules(
3232
return modules;
3333
}
3434

35-
@Override
3635
public List<Class<? extends JavaScriptModule>> createJSModules() {
3736
return Collections.emptyList();
3837
}
@@ -41,4 +40,4 @@ public List<Class<? extends JavaScriptModule>> createJSModules() {
4140
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
4241
return Collections.emptyList();
4342
}
44-
}
43+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remobile/react-native-datetime-picker",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A datetime-picker for react-native support for android and ios",
55
"main": "index.js",
66
"author": {

0 commit comments

Comments
 (0)