Skip to content

Commit

Permalink
Fix RCTAlertController import
Browse files Browse the repository at this point in the history
Jira: VEX-5793
Reviewer: cristian.lupu
PR: GH-1

There was an import error in a recent fix of RN that only affects dependencies in the CR app, but not the native test harness.
  • Loading branch information
nickfujita committed Oct 22, 2021
1 parent 3f62904 commit 8296605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/CoreModules/RCTAlertController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#import <React/RCTUtils.h>

#import "RCTAlertController.h"
#import <React/RCTAlertController.h>

@interface RCTAlertController ()

Expand Down

0 comments on commit 8296605

Please sign in to comment.