Browse Source
Remove unused import (#515)
* Remove unused import
* Update DatePickerIOS.js
master
Tuan Nguyen Anh
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
src/DatePickerIOS.js
|
|
@ -1,7 +1,6 @@ |
|
|
|
import React, { useEffect } from 'react' |
|
|
|
import React from 'react' |
|
|
|
import { |
|
|
|
StyleSheet, |
|
|
|
View, |
|
|
|
requireNativeComponent, |
|
|
|
NativeModules, |
|
|
|
} from 'react-native' |
|
|
|