Skip to content

Releases: jpudysz/react-native-unistyles

Release 2.7.1-rc.1

19 Apr 10:58
Compare
Choose a tag to compare
Release 2.7.1-rc.1 Pre-release
Pre-release

2.7.1-rc.1 (2024-04-19)

Features

  • run navbar and status bar changes on ui thread (b9be531)

Release 2.7.0

16 Apr 12:03
Compare
Choose a tag to compare

2.7.0 (2024-04-16)

Add support for visionOS! 😎

Features

  • add initial support for visionos (3f25944)

Release 2.6.0

13 Apr 14:40
Compare
Choose a tag to compare

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

  • add tvOS example (0e8ff52)
  • add apple tv bindings (27bb8c1)
  • add support for tvOS (4299447)
  • (android) add api to change status and navigation bar colors (3332861)

Release 2.5.5

08 Apr 08:25
Compare
Choose a tag to compare

2.5.5 (2024-04-08)

Bug Fixes

  • web - update theme doesnt rerender for single registered theme (cd0e5ab)

Release 2.6.0-rc.1

06 Apr 12:59
Compare
Choose a tag to compare
Release 2.6.0-rc.1 Pre-release
Pre-release

2.6.0-rc.1 (2024-04-06)

Add support for react-native-tvos πŸŽ‰
Works for both AppleTV and AndroidTV! πŸ“Ί

Features

Release 2.6.0-rc.0

05 Apr 16:46
Compare
Choose a tag to compare
Release 2.6.0-rc.0 Pre-release
Pre-release

2.6.0-rc.0 (2024-04-05)

Features

  • add api to change status bar and navigation bar colors (3332861)

Release 2.5.4

05 Apr 10:33
Compare
Choose a tag to compare

2.5.4 (2024-04-05)

Small release to improve some edge cases for Android πŸ€– apps

Bug Fixes

  • dont trigger layout config change on app resume (baec341)

Release 2.5.3

03 Apr 15:15
Compare
Choose a tag to compare

2.5.3 (2024-04-03)

Unistyles will now correctly initialize in headless mode (e.g. when a push notification wakes the Android app) πŸ€–

Features

Release 2.5.2

02 Apr 15:03
Compare
Choose a tag to compare

2.5.2 (2024-04-02)

Features

Android devices with a notch (cutout) could receive two initial events regarding the insets. This occurred because currentActivity was null when Unistyles was calculating insets for UnistylesRuntime. This update should resolve the issue πŸ’ͺ

  • mark platform extension for insets as lateinit to help reducing number of events (d68b6a5)

Release 2.5.1

27 Mar 08:24
Compare
Choose a tag to compare

2.5.1 (2024-03-27)

Features

Unistyles ❀️ bridgeless, and I can confirm that it will work with React Native 0.74 out of the box. Just keep in mind that Bridgeless + 0.73 may not be supported, as the React Native Core team included a lot of improvements during the RC phase.

  • add new arch + bridgeless example (0399493)

Bug fixes

  • add support for array-based fontVariants (f85af90)