Unable to run example windows app without building android #273
Yajur-Grover
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to run
yarn start:windows
to build the example windows application, I am constantly getting the following error:This issues is resolved once I run
yarn build:android
, which generates theAndroidManifest.xml
file, and then I can runyarn start:windows
. Just wanted to check in and see why this issue is occurring, as it was not present when the following PR went in: #266.Looking for any guidance on why this issue may have popped up, as I have not seen it as an issues when using RNTA to run windows apps with other modules.
Beta Was this translation helpful? Give feedback.
All reactions