facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.25k stars 627 forks source link

How to use it in android tv? #1148

Closed huynhttdev closed 12 months ago

huynhttdev commented 12 months ago

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?