diff --git a/ios/native/NativeMethods.h b/ios/native/NativeMethods.h index 352b88236d8..efc68acae4b 100644 --- a/ios/native/NativeMethods.h +++ b/ios/native/NativeMethods.h @@ -1,11 +1,11 @@ #import +#import #import #include #import #include #include #import -#import "RNGestureHandlerStateManager.h" namespace reanimated { diff --git a/ios/native/NativeProxy.mm b/ios/native/NativeProxy.mm index a318eb971f8..67feedd2508 100644 --- a/ios/native/NativeProxy.mm +++ b/ios/native/NativeProxy.mm @@ -3,6 +3,7 @@ #import #import +#import #import "LayoutAnimationsProxy.h" #import "NativeMethods.h" #import "NativeProxy.h" @@ -12,7 +13,6 @@ #import "REAModule.h" #import "REANodesManager.h" #import "REAUIManager.h" -#import "RNGestureHandlerStateManager.h" #if __has_include() #import