File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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
7579If you still wish to use them, you can import them explicitly from ` react-native ` (until they are removed) or from their individual forked packages.
7680For more information, refer to [ this page] ( https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059#lean-core-is-underway ) .
Original file line number Diff line number Diff 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
1923export const ASSET_TYPES = [ 'component' , 'directive' , 'filter' ]
You can’t perform that action at this time.
0 commit comments