React Native Unistyles Versions Save

Level up your React Native StyleSheet

v2.7.2

1 month ago

2.7.2 (2024-04-27)

Features

  • [Android 🤖] - Insets - support expo-navigation-bar with relative and absolute positioning (9dbdf69)

v2.7.2-rc.1

1 month ago

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

Features

  • handle expo absolute positioning android (9dbdf69)

v2.7.1

1 month ago

2.7.1 (2024-04-19)

Features

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

v2.7.1-rc.1

1 month ago

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

Features

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

v2.7.0

1 month ago

2.7.0 (2024-04-16)

Add support for visionOS! 😎

Features

  • add initial support for visionos (3f25944)

v2.6.0

1 month ago

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)

v2.5.5

1 month ago

2.5.5 (2024-04-08)

Bug Fixes

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

v2.6.0-rc.1

1 month ago

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

Add support for react-native-tvos 🎉 Works for both AppleTV and AndroidTV! 📺

Features

v2.6.0-rc.0

1 month ago

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

Features

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

v2.5.4

1 month ago

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)