File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
android/src/main/java/com/reactcommunity/rndatetimepicker Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
public class DatePickerModule extends NativeModuleDatePickerSpec {
36
36
37
37
@ VisibleForTesting
38
- public static final String NAME = "RNDatePicker " ;
38
+ public static final String NAME = "RNCDatePicker " ;
39
39
40
40
public DatePickerModule (ReactApplicationContext reactContext ) {
41
41
super (reactContext );
Original file line number Diff line number Diff line change 33
33
public class TimePickerModule extends NativeModuleTimePickerSpec {
34
34
35
35
@ VisibleForTesting
36
- public static final String NAME = "RNTimePicker " ;
36
+ public static final String NAME = "RNCTimePicker " ;
37
37
38
38
public TimePickerModule (ReactApplicationContext reactContext ) {
39
39
super (reactContext );
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ export interface Spec extends TurboModule {
12
12
open ( params : OpenParams ) : Promise < DateTimePickerResult > ;
13
13
}
14
14
15
- export default ( TurboModuleRegistry . getEnforcing < Spec > ( 'RNDatePicker ' ) : ?Spec ) ;
15
+ export default ( TurboModuleRegistry . getEnforcing < Spec > ( 'RNCDatePicker ' ) : ?Spec ) ;
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export interface Spec extends TurboModule {
13
13
open ( params : OpenParams ) : Promise < DateTimePickerResult > ;
14
14
}
15
15
16
- export default ( TurboModuleRegistry . getEnforcing < Spec > ( 'RNTimePicker ' ) : ?Spec ) ;
16
+ export default ( TurboModuleRegistry . getEnforcing < Spec > ( 'RNCTimePicker ' ) : ?Spec ) ;
You can’t perform that action at this time.
0 commit comments