React Native expo null is not an object (evaluating 'b.configure')

Good day! I am trying to publish an application written in react native via expo. When I run the app via npx react-native run-android everything works flawlessly, but when I try to scan the qr code through Expo Go I get the following error:

More info from Sentry.io

TypeError: null is not an object (evaluating 'b.configure')
  at configure(app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA:666:425)
  at ? (app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA:406:540)
  at v(app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA:2:1474)
  at ? (app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA:6:58)
  at v(app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA:2:1474)
  at d(app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA:2:876)
  at global code(app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA:1089:4)



Source code was not found

Url  app:///bundle-5BF8248C8AB77F70698792F1DFD7C244053DB7A458A1CDC807AB7C15F3946FCA

You can also try to scan the QR code yourself by following this link:
https://expo.io/@fml/projects/dating-app
Are there any suggestions how I can fix this?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.