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
Running the latest template code on master, I'm able to build Android debug successfully (after deleting yarn.lock), but upon trying to run the actual test, encounter the following error
I do have Metro running in the background, having tried both npm start and npx react-native start. The release mode works fine, so it seems like debug is set up incorrectly
The text was updated successfully, but these errors were encountered:
Running the latest template code on master, I'm able to build Android debug successfully (after deleting
yarn.lock
), but upon trying to run the actual test, encounter the following errorI do have Metro running in the background, having tried both
npm start
andnpx react-native start
. The release mode works fine, so it seems like debug is set up incorrectlyThe text was updated successfully, but these errors were encountered: