gev2002 / react-native-vision-camera-text-recognition

https://www.npmjs.com/package/react-native-vision-camera-text-recognition
MIT License
28 stars 7 forks source link

EXPO eas build FAILED on run-ios #1

Closed Speakergr closed 3 months ago

Speakergr commented 3 months ago

Hi! When build with expo -> Conflict with "@react-native-firebase/storage" and "react-native-vision-camera-text-recognition"

https://prnt.sc/kJf553jcK5XC

package.json: "@react-native-firebase/analytics": "^20.0.0", "@react-native-firebase/app": "^20.0.0", "@react-native-firebase/auth": "^20.0.0", "@react-native-firebase/database": "^20.0.0", "@react-native-firebase/firestore": "^20.0.0", "react-native-vision-camera": "^4.0.5", "react-native-vision-camera-text-recognition": "^1.0.1", "react-native-worklets-core": "^1.3.3",

Can you please support me so that I can fix this?

gev2002 commented 3 months ago

Are you tried to clean cache and clean build folders and rebuild your app?

Speakergr commented 3 months ago

Yes, I tried ... from expo and by command eas build -p ios --clear-cache

Speakergr commented 3 months ago

any way change version for " GoogleMLKit/TextRecognition (= 2.2.0)" to more upper? p.s. sorry for my English

gev2002 commented 3 months ago

Yes, I'll do it tomorrow, I should change logic.

Speakergr commented 3 months ago

thanks... a lot!!!

gev2002 commented 3 months ago

Hi, I did update plugin 🥳

Speakergr commented 3 months ago

Thank you very much for the quick response and fix. It's work for me now!