react-native-blur icon indicating copy to clipboard operation
react-native-blur copied to clipboard

tvOS / Apple TV Support

Open alexthegoodman opened this issue 8 years ago • 6 comments

Anybody else hoping to integrate this now?

alexthegoodman avatar Apr 10 '17 20:04 alexthegoodman

For any other curious individuals, a good guy helped out here: https://github.com/react-native-community/react-native-svg/issues/304#issuecomment-293257574

alexthegoodman avatar Apr 11 '17 13:04 alexthegoodman

@alexthegoodman this library is now compatible with tvOS

You can see

JulienKode avatar Jun 26 '17 12:06 JulienKode

Yes, there is at least a basic tvOS support.

Probably we can benefit from having it explicitly in the README. Would you like to compose a PR?

Kureev avatar Jun 26 '17 12:06 Kureev

I think this is an old issue, but anyways: if it helps, I was having issues with 3.6.0 but changing this make it work: #if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000

to: #if !TARGET_OS_TV && defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000

CHaNGeTe avatar May 20 '20 10:05 CHaNGeTe

Thank you Changete. Why not add that to the repo?

nriccar avatar Aug 25 '21 17:08 nriccar

Can we fix this please? Is just merging that PR.

ericlifs avatar Nov 24 '21 13:11 ericlifs