I am trying to deploy on testflight a detached Expo project by uploading it to the appstore via XCode. But when the downloaded app on my phone tries to use any native library, it crashes with the following error:
undefined is not an object (evaluating "native function’s name" (code 1)
The app works fine in the local environment.
Does anyone know how to do this?. I want to use Expo, but if I can't fix this, I'll have to go with react-native alone.