Skip to content

Commit

Permalink
add import to fix builds failing on iOS (#512)
Browse files Browse the repository at this point in the history
fixes #506
  • Loading branch information
1mike12 authored May 22, 2022
1 parent 8233d9f commit 7e61a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNDatePicker/DatePicker.m
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7e61a4d

Please sign in to comment.