From 8296605cef956e24123933d9822a5f0be1d5a273 Mon Sep 17 00:00:00 2001 From: Nick Fujita Date: Fri, 8 Oct 2021 17:24:48 +0900 Subject: [PATCH] Fix RCTAlertController import 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. --- React/CoreModules/RCTAlertController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/CoreModules/RCTAlertController.m b/React/CoreModules/RCTAlertController.m index 8cd0babb5595c0..b14f2630ef8ccc 100644 --- a/React/CoreModules/RCTAlertController.m +++ b/React/CoreModules/RCTAlertController.m @@ -7,7 +7,7 @@ #import -#import "RCTAlertController.h" +#import @interface RCTAlertController ()