Change startupjs
and all @startupjs/*
dependencies in your package.json
to ^0.36
.
- no longer supports
Link
component properties forroute
size='s'
now shows content, if you don't want to show content, then use thevariant='dot'
property
- the structure of
$UI.fontFamilies
was changed. Now it accepts platform-specific keysweb
,android
,ios
,windows
,macos
,native
to override fonts on a particular platform and one special keydefault
to override fonts simultaneously for all platforms. If you are using fonts in your project then see docs to understand how to migrate your config.
- fix error on Android with conditional rendering
Picker.Item
when using theSelect
propertyshowEmptyValue = {false}
. Need to update@react-native-picker/picker
library to version 1.16.1.
- remove deprecated
Hr
component, useDivider
instead