-
|
Hello, I'm trying to run it on apple TVOS and getting this error on app start - android and all other platforms works as expected. Any tips where should I check to make it works? cc @jpudysz I'll strongly appreciate for help
|
Beta Was this translation helpful? Give feedback.
Answered by
jpudysz
Oct 27, 2025
Replies: 1 comment 4 replies
-
|
Hey, officially I don’t support tvOS. Even if you get past this issue, there are no platform specific handlers for it. Your best option is Unistyles 2.0. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Yes, its possible and not that hard. I just don't want to manage it by myself / I don't have client that would use it.
Register new platform here:
react-native-unistyles/ios/NativePlatform.swift
Line 9 in 39f196d
Create
NativeTVOSPlatform()that conforms toHybridNativePlatformSpecYou can also re-use
NativeIOSPlatoformand use macros to override method handlers for tvOS.You can take a look here: https://github.com/jpudysz/react-native-unistyles/tree/milestone/2.0/ios/platform
its old implementation that shows difference between platforms.