Open shehanGuruge opened 1 year ago
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! ๐
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! ๐
Current Behavior
I am trying to integrate expo-router in to the expo project configured in nx. However I keep getting this error and i am unable to implement navigation. The steps I have followed are listed in https://docs.expo.dev/routing/installation/. This is the snapshot of the error I receive,
The error log in the terminal,
I tested the same steps defined in the expo docs on a simple expo app and it works as expected
Expected Behavior
Needs to be able to navigate from one screen to another without any errors or issues.
GitHub Repo
No response
Steps to Reproduce
I followed the steps dedicated for the mobile setup mentioned in the installation guide in expo-router. Refer: https://docs.expo.dev/routing/installation/
babel.config.json
package.json (mobile)
app.json
index.js
app.tsx
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response