Skip to content

Releases: jpudysz/react-native-unistyles

Release 2.8.0-beta.1

06 Jun 11:17

Choose a tag to compare

Release 2.8.0-beta.1 Pre-release
Pre-release

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

Release 2.7.2

27 Apr 17:41

Choose a tag to compare

2.7.2 (2024-04-27)

Features

  • [Android πŸ€–] - Insets - support expo-navigation-bar with relative and absolute positioning (9dbdf69)

Release 2.7.2-rc.1

22 Apr 13:30

Choose a tag to compare

Release 2.7.2-rc.1 Pre-release
Pre-release

2.7.2-rc.1 (2024-04-22)

Features

  • handle expo absolute positioning android (9dbdf69)

Release 2.7.1

19 Apr 11:43

Choose a tag to compare

2.7.1 (2024-04-19)

Features

  • Update android colors on ui thread (for navbar and status bar) b9be53

Release 2.7.1-rc.1

19 Apr 10:58

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

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

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

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

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

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)