Davyd NRB
Davyd NRB
> I reproduced it, however when running the app from Xcode, I got https://github.com/facebook/react-native/issues/37762 (don't know if it was because Xcode resolves Node in weird way) Oh, that's classic error)...
I used [`patch-package`](https://www.npmjs.com/package/patch-package) to fix it: ```diff diff --git a/node_modules/@gurukumparan/react-native-android-inapp-updates/android/build.gradle b/node_modules/@gurukumparan/react-native-android-inapp-updates/android/build.gradle index 12090aa..725b158 100644 --- a/node_modules/@gurukumparan/react-native-android-inapp-updates/android/build.gradle +++ b/node_modules/@gurukumparan/react-native-android-inapp-updates/android/build.gradle @@ -108,20 +108,26 @@ def configureReactNativePom(def pom) { } } +configurations {...
> This bug only happen when I got a picture from react native vision camera, when picked with expo-image-picker, it works fine! Thank you for reporting this problem. This [workaround](https://github.com/callstack/react-native-image-editor/issues/160#issuecomment-2321576354)...
I assume if developers need to get the pkg version, they can import it themselves: `require('react-native-url-polyfill/package.json').version`
@charpeni I truly apologize for the tone of my comment in the GitHub issue; I now understand it came off harsher than intended. I honestly did not intend to offend...
> we should use a bundler to optimize package.json imports As an alternative method, we might attempt to configure: [clean-publish](https://github.com/shashkovdanil/clean-publish)
@frodriguez-hu Could you provide an example so I can easy reproduce this issue ?
What was used to take a photo ?
well, there was a known issue with RN-vision-camera: https://github.com/mrousavy/react-native-vision-camera/issues/2515 on Android ---- but I need to test it on my end as PR for the issue was merged: https://github.com/mrousavy/react-native-vision-camera/pull/2932