Skip to content

Commit

Permalink
fix(ios): Change RNCViewPagerComponenDescriptor import (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Aug 21, 2024
1 parent ff73ab5 commit 0f4bac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Fabric/RNCPagerViewComponentView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#import <Foundation/Foundation.h>
#import "RNCPagerViewComponentView.h"
#import <RNCViewPager/RNCViewPagerComponentDescriptor.h>
#import <react/renderer/components/RNCViewPager/RNCViewPagerComponentDescriptor.h>
#import <react/renderer/components/pagerview/EventEmitters.h>
#import <react/renderer/components/pagerview/Props.h>
#import <react/renderer/components/pagerview/RCTComponentViewHelpers.h>
Expand Down

0 comments on commit 0f4bac8

Please sign in to comment.