We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d55a843 + e13d6bf commit 901a959Copy full SHA for 901a959
src/shared/constants.js
@@ -1,16 +1,28 @@
1
export const SSR_ATTR = 'data-server-rendered'
2
3
/**
4
- * List of soon to be deprecated packages in react native v0.59
+ * List of soon to be deprecated packages in react native v0.63
5
*/
6
export const deprecatedPackages = [
7
'AlertIOS',
8
'AsyncStorage',
9
+ 'CheckBox',
10
+ 'Clipboard',
11
+ 'DatePickerAndroid',
12
+ 'DatePickerIOS',
13
+ 'ImagePickerIOS',
14
'ImageStore',
15
'ListView',
16
'MaskedViewIOS',
17
'NetInfo',
18
+ 'Picker',
19
+ 'PickerIOS',
20
+ 'ProgressBarAndroid',
21
+ 'ProgressViewIOS',
22
+ 'PushNotificationIOS',
23
+ 'SegmentedControlIOS',
24
'Slider',
25
+ 'StatusBarIOS',
26
'SwipeableListView',
27
'ViewPagerAndroid',
28
'WebView',
0 commit comments