Closed wmarsey closed 9 months ago
@wmarsey no problems on my side using EAS fyi
Hi @wmarsey Apologize for the delay,
Thank you for sharing some feedback on our RN repository and how to accomplish this for an Expo application, we will reviewing this deeply with the team.
As for now, In order to integrate UXCam in an Expo application and as @younes0 mentioned, you will need to use an EAS build. Here you will find the instructions for the same: https://developer.uxcam.com/docs/expo.
thanks for the tip @wmarsey
it's weird that I was able to run npx expo run:ios
but not npx expo run:android
Description
This package cannot be run on android using the current doc instructions, as the uxcam maven repository isn't added during build.
Steps to Reproduce
npx create-expo-app android-uxcam-expo-test -y
cd android-uxcam-expo-test
npx expo install react-native-ux-cam
npx expo prebuild -p android
npx expo run:android
Error
Fix
The uxcam maven repository needs to be added using the extraMavenRepos property of
expo-build-properties
.Install the plugin, then add the below to
app.config.ts
or similar:npx expo install expo-build-properties