Browse Source

add import to fix builds failing on iOS (#512)

fixes https://github.com/henninghall/react-native-date-picker/issues/506
master
Michael Qin 3 years ago
committed by GitHub
parent
commit
7e61a4df36
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ios/RNDatePicker/DatePicker.m

+ 1
- 1
ios/RNDatePicker/DatePicker.m View File

@ -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"

Loading…
Cancel
Save