Skip to content

Commit 901a959

Browse files
author
Rishabh Karnad
authored
Merge pull request #288 from mediabc/patch-1
Update deprecated components list
2 parents d55a843 + e13d6bf commit 901a959

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/shared/constants.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
export const SSR_ATTR = 'data-server-rendered'
22

33
/**
4-
* List of soon to be deprecated packages in react native v0.59
4+
* List of soon to be deprecated packages in react native v0.63
55
*/
66
export const deprecatedPackages = [
77
'AlertIOS',
88
'AsyncStorage',
9+
'CheckBox',
10+
'Clipboard',
11+
'DatePickerAndroid',
12+
'DatePickerIOS',
13+
'ImagePickerIOS',
914
'ImageStore',
1015
'ListView',
1116
'MaskedViewIOS',
1217
'NetInfo',
18+
'Picker',
19+
'PickerIOS',
20+
'ProgressBarAndroid',
21+
'ProgressViewIOS',
22+
'PushNotificationIOS',
23+
'SegmentedControlIOS',
1324
'Slider',
25+
'StatusBarIOS',
1426
'SwipeableListView',
1527
'ViewPagerAndroid',
1628
'WebView',

0 commit comments

Comments
 (0)