From 7e61a4df3677e40bde6b724473ba3b7db6b41f72 Mon Sep 17 00:00:00 2001 From: Michael Qin <1mike12@gmail.com> Date: Sun, 22 May 2022 21:36:00 +0200 Subject: [PATCH] add import to fix builds failing on iOS (#512) fixes https://github.com/henninghall/react-native-date-picker/issues/506 --- ios/RNDatePicker/DatePicker.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNDatePicker/DatePicker.m b/ios/RNDatePicker/DatePicker.m index ebe32fe..33323a6 100644 --- a/ios/RNDatePicker/DatePicker.m +++ b/ios/RNDatePicker/DatePicker.m @@ -4,7 +4,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ - +#import "RCTComponent.h" #import "DatePicker.h" #import "RCTUtils.h"