Skip to content

Commit

Permalink
fix: Update RNDateTimePickerComponentView to import cpp relatively (#670
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alfonsocj authored Sep 30, 2022
1 parent 9eb272f commit 45e3a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fabric/RNDateTimePickerComponentView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#import "RNDateTimePickerComponentView.h"
#import <React/RCTConversions.h>

#import <rndatetimepicker/ComponentDescriptors.h>
#import "cpp/react/renderer/components/RNDateTimePicker/ComponentDescriptors.h"
#import <react/renderer/components/RNDateTimePicker/EventEmitters.h>
#import <react/renderer/components/RNDateTimePicker/Props.h>
#import <react/renderer/components/RNDateTimePicker/RCTComponentViewHelpers.h>
Expand Down

0 comments on commit 45e3a5e

Please sign in to comment.