Releases: jpudysz/react-native-unistyles
Releases Β· jpudysz/react-native-unistyles
Release 2.8.0-beta.2
2.8.0-beta.2 (2024-06-10)
Features
Release 2.8.0-beta.1
2.8.0-beta.1 (2024-06-06)
This is the first part of the larger release that will include multiple features, refactors and bug fixes.
Features
- Support breakpoints when iPadOS window frame size changes 110082e90284c5699074a45be90d233d202a9b3e by @vanstinator
- unify naming, remove orientation change event (cf3a03a) by @jpudysz
Release 2.7.2
Release 2.7.2-rc.1
Release 2.7.1
Release 2.7.1-rc.1
Release 2.7.0
Release 2.6.0
2.6.0 (2024-04-13)
Unistyles brings you official tvOS
support! πΊ
You can now build apps for Android and Apple TVs.
[Android]
Manage status and navigation bar colors (synchronously) with UnistylesRuntime
:
UnistylesRuntime.navigationBar.setColor('#cccccc')
UnistylesRuntime.statusBar.setColor('#16a085')
// reset to defaults
UnistylesRuntime.navigationBar.setColor(undefined)
UnistylesRuntime.statusBar.setColor(undefined)
Features
Release 2.5.5
Release 2.6.0-rc.1
2.6.0-rc.1 (2024-04-06)
Add support for react-native-tvos
π
Works for both AppleTV and AndroidTV! πΊ