Skip to content

Commit

Permalink
[iOS] Fix "react_native_menu-Swift.h" cannot be found (#807)
Browse files Browse the repository at this point in the history
* fix: update gradle

* fix "react_native_menu-Swift.h" cannot be found
  • Loading branch information
alantoa committed Jun 12, 2024
1 parent 025cf13 commit cbc23fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MenuViewManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#import "MenuView.h"
#else
// OLD ARCH
#import <react_native_menu-Swift.h>
#import <react_native_menu/react_native_menu-Swift.h>
#endif

@interface MenuViewManager : RCTViewManager
Expand Down

0 comments on commit cbc23fb

Please sign in to comment.