Skip to content

Commit 4544b77

Browse files
author
Rishabh Karnad
authored
Merge pull request #250 from GeekyAnts/fix/remove-deprecated-components
Remove deprecated components
2 parents e8ad969 + 4c0b450 commit 4544b77

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Hence these modules are no longer made available with Vue Native.
7171
- SwipeableListView
7272
- ViewPagerAndroid
7373
- WebView
74+
- DatePickerIOS
75+
- DatePickerAndroid
76+
- TimePickerAndroid
77+
- StatusBarIOS
7478

7579
If you still wish to use them, you can import them explicitly from `react-native` (until they are removed) or from their individual forked packages.
7680
For more information, refer to [this page](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059#lean-core-is-underway).

src/shared/constants.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export const deprecatedPackages = [
1414
'SwipeableListView',
1515
'ViewPagerAndroid',
1616
'WebView',
17+
'DatePickerIOS',
18+
'DatePickerAndroid',
19+
'TimePickerAndroid',
20+
'StatusBarIOS',
1721
]
1822

1923
export const ASSET_TYPES = ['component', 'directive', 'filter']

0 commit comments

Comments
 (0)