Skip to content

Commit

Permalink
Use buck compatible Plugins header import
Browse files Browse the repository at this point in the history
  • Loading branch information
shwanton committed Apr 2, 2024
1 parent cda5a87 commit a3ee3e1
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 @@ -10,7 +10,7 @@
#import <react/renderer/components/RNDateTimePickerCGen/Props.h>
#import <react/renderer/components/RNDateTimePickerCGen/RCTComponentViewHelpers.h>

#import "RCTFabricComponentsPlugins.h"
#import <React/RCTFabricComponentsPlugins.h>
#import "RNDateTimePicker.h"

using namespace facebook::react;
Expand Down

0 comments on commit a3ee3e1

Please sign in to comment.