Browse Source

fix: iOS build error (#694)

master
Henning Hall 2 years ago
committed by GitHub
parent
commit
89b180ba9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions
  1. +1
    -0
      ios/DatePicker.h
  2. +0
    -11
      ios/RNDatePickerManager.mm

+ 1
- 0
ios/DatePicker.h View File

@ -1,4 +1,5 @@
#import <UIKit/UIKit.h>
#import <React/RCTConvert.h>
@interface DatePicker : UIDatePicker

+ 0
- 11
ios/RNDatePickerManager.mm View File

@ -3,18 +3,7 @@
#import <React/RCTViewManager.h>
#import "RNDatePickerManager.h"
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <React/RCTLog.h>
#import "RCTConvert.h"
#import "DatePicker.h"
#import "RNDatePicker.h"

Loading…
Cancel
Save