Upgrade 0.25 to 0.26
Change startupjs and all @startupjs/* dependencies in your package.json to ^0.26.
BREAKING CHANGES
$UI.shadows
-
Format of specifying shadows has changed. Instead of RN-type of shadows configuration, it now uses CSS shadows:
If you did override default UI configuration for shadows (
$UI.shadowsvariable), you'll have to update it to new format.
Popover
- rename prop
styleWrappertowrapperStyle
Dropdown
- rename prop
popoverStyleWrappertopopoverWrapperStyle
react-native-web
react-native-webversion is now managed internally bystartupjspackage itself. Removereact-native-webfrompackage.jsonof your project.
Automatic fonts
- Create a folder
public/fonts, add an empty.gitignorefile to it. You'll be able to add font files to this folder and they will be automatically plugged in your web and native, with the name of the font file used for thefont-familyname.