You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 defaultsUnistylesRuntime.navigationBar.setColor(undefined)UnistylesRuntime.statusBar.setColor(undefined)