Download Latest Version v0.3.1 source code.tar.gz (319.5 kB)
Email in envelope

Get an email when there's a new version of Vue Native

Home / v0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-12-15 2.1 kB
v0.2.0 source code.tar.gz 2020-12-15 1.1 MB
v0.2.0 source code.zip 2020-12-15 1.3 MB
Totals: 3 Items   2.3 MB 0

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
Source: README.md, updated 2020-12-15