dev-seb / react-native-tv-demo

Sample application for testing React Native TV apps features
MIT License
121 stars 49 forks source link

Following instructions results in #6

Open jaygarcia opened 3 years ago

jaygarcia commented 3 years ago

Hiya folks,

Wanted to post this issue that I ran into while following the instructions on the ReadMe.md file:

Attempting the yarn install part of the process results in the the following error. Seems that react-native-web is required, but I'm wondering why?

error Package "react-native-web" refers to a non-existing file '"/Users/jgarcia/projects/android-tv/react-native-tv-demo/react-native-web/packages/react-native-web"'.

Removing react-native-web from packages.json gets me past the yarn install step. Is this a required package? If so, it might warrant adding the react-native-web install procedure to the base setup instructions.

Lokesh2703 commented 2 years ago

Getting the same issue when following the steps. Is the react-native-web important for any other component?