To build your project for Apple TV, you should change your package.json imports to import react-native as follows, so that this package is used instead of the core react-native package.
And if i use react-native cli not expo, how can i integrate this package to my project?
I read your document but i see this:
To build your project for Apple TV, you should change your package.json imports to import react-native as follows, so that this package is used instead of the core react-native package.
And if i use react-native cli not expo, how can i integrate this package to my project?