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
I've created an NX mono-repo workspace, where I work on multiple expo applications.
After running the application by "expo start app name" command I got the QR code, which I scanned from my mobile's expo go app. The result is as below.
Android Bundling failed 3259ms node_modules\expo\AppEntry.js (1 module)
Unable to resolve "../../App" from "node_modules\expo\AppEntry.js"
and if run with "nx start app name" the result is below.
Current Behavior
I've created an NX mono-repo workspace, where I work on multiple expo applications.
After running the application by "expo start app name" command I got the QR code, which I scanned from my mobile's expo go app. The result is as below.
Android Bundling failed 3259ms node_modules\expo\AppEntry.js (1 module)
Unable to resolve "../../App" from "node_modules\expo\AppEntry.js"
and if run with "nx start app name" the result is below.
@multiple-apps/[email protected] start:app
nx start app-one
NX Failed to process the project graph.
An error occurred while processing files for the @nx/jest/plugin plugin (Defined at nx.json#plugins[2])
.
apps/app-one/jest.config.ts: undefined
GitHub Repo
https://github.com/rookiedevloper/my-nx-expo-project
Expected Behavior
After running the application, I should scan the QR code and open the application in expo go app.
I should be able to run more expo applications.
GitHub Repo
https://github.com/rookiedevloper/my-nx-expo-project
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: