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 3535public class DatePickerModule extends NativeModuleDatePickerSpec {
3636
3737 @ VisibleForTesting
38- public static final String NAME = "RNDatePicker " ;
38+ public static final String NAME = "RNCDatePicker " ;
3939
4040 public DatePickerModule (ReactApplicationContext reactContext ) {
4141 super (reactContext );
Original file line number Diff line number Diff line change 3333public class TimePickerModule extends NativeModuleTimePickerSpec {
3434
3535 @ VisibleForTesting
36- public static final String NAME = "RNTimePicker " ;
36+ public static final String NAME = "RNCTimePicker " ;
3737
3838 public TimePickerModule (ReactApplicationContext reactContext ) {
3939 super (reactContext );
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ export interface Spec extends TurboModule {
1212 open ( params : OpenParams ) : Promise < DateTimePickerResult > ;
1313}
1414
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 {
1313 open ( params : OpenParams ) : Promise < DateTimePickerResult > ;
1414}
1515
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