How to integrate uxcam to expo managed(EAS)

I have followed the uxcam doc => https://developer.uxcam.com/docs/expo

Its still throwing error

TypeError: null is not an object (evaluating 'UXCamBridge.startWithConfiguration')

EAS: true
package:
“react-native-ux-cam”: “^5.4.4”,
“expo”: “^46.0.0”,

Hi @zyaanbookee

Those instructions look good, but they are geared towards a production build of the app.

It looks like you are trying to run the app in Expo Go. This will not work, because Expo Go does not have the native code from the uxcam SDK built into it.

You should create a development build and use that instead of Expo Go.

Basically:

eas build -p android --profile development
eas build -p ios --profile development