You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thatreact-native-web
is required, but I'm wondering why?Removing
react-native-web
frompackages.json
gets me past theyarn install
step. Is this a required package? If so, it might warrant adding thereact-native-web
install procedure to the base setup instructions.The text was updated successfully, but these errors were encountered: