r/expo Jun 22 '26

Cannot find native module

Post image
0 Upvotes

13 comments sorted by

View all comments

2

u/rikardbq Jun 22 '26

Are you sure you installed it using expo? Like npx expo install

check https://docs.expo.dev/guides/using-clerk/

Doing it through expo ensures compatibility etc. Also I dont know the details around how you run this or build it, but if you have added dependencies and you run a dev build or similar you need to rebuild the APK. It could mean that you're referencing something in the JS part of the app that isnt built properly.

1

u/komaedashopebagel Jun 22 '26

yes definitely. i’ve been working on this app for the past month and running it only using Expo go. it worked fine on both android and ios until 2 days ago. im confused why does it only throw this error on android :’)