79523999

Date: 2025-03-20 20:19:20
Score: 1.5
Natty:
Report link

You need to take a development build using EAS. Run the following command to create a development build and try running your project again:

eas build --profile development --platform android

or

eas build --profile development --platform ios

After the build is complete, install the generated build on your device or emulator and run:

npx expo start --dev-client

This will ensure all dependencies are properly linked and avoid module resolution issues.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Batuhan Ă–zkaner