Browse Source

fix: ios build error with xcode 15

master
Zvonimir Rudinski 1 year ago
committed by GitHub
parent
commit
6a662de993
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ios/DatePicker.m

+ 1
- 0
ios/DatePicker.m View File

@ -10,6 +10,7 @@
#import "RCTUtils.h"
#import "UIView+React.h"
#import "RCTConvert.h"
#import "RCTView.h"
@interface DatePicker ()

Loading…
Cancel
Save