This release removes deprecated React Native components that were earlier being imported and registered globally by default. Only the core components of React Native 0.63 are now provided out of the box.
Breaking changes
The following React Native components are no longer usable in templates without being explicitly imported and registered:
- CheckBox - use @react-native-community/checkbox instead
- Clipboard - use @react-native-community/clipboard instead
- DatePickerAndroid - use @react-native-community/datetimepicker instead
- DatePickerIOS - use @react-native-community/datetimepicker instead
- ImagePickerIOS - use react-native-image-picker or expo-image-picker instead
- Picker - use @react-native-picker/picker instead
- PickerIOS - use @react-native-community/picker instead
- ProgressBarAndroid - use @react-native-community/progress-bar-android instead
- ProgressViewIOS - use @react-native-community/progress-view instead
- PushNotificationIOS - use @react-native-community/push-notification-ios instead
- SegmentedControlIOS - use @react-native-community/segmented-control instead
- StatusBarIOS - use StatusBar instead, which is available by default
Other changes
- Updated the release script
- Fixed some package vulnerabilities