Skip to content

Releases: jpudysz/react-native-unistyles

Release 2.8.0-beta.2

10 Jun 12:48
Compare
Choose a tag to compare
Release 2.8.0-beta.2 Pre-release
Pre-release

2.8.0-beta.2 (2024-06-10)

Features

  • access bridge and callInvoker from runtime executor (103de1f)
  • align android (8e40306)
  • convert android module to better structure (97ef33a)
  • make cxx core more extensible (b514171)
  • move device events to cxx (c1d510d)
  • use cxx emitter, add optionals, reduce number of constructor arguments (83d246c)

Release 2.8.0-beta.1

06 Jun 11:17
Compare
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
Compare
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
Compare
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
Compare
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
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