react-native-quick-crypto icon indicating copy to clipboard operation
react-native-quick-crypto copied to clipboard

Unable to build on Android

Open fmartinez98 opened this issue 1 year ago • 13 comments

Hi guys! Since the last update I cannot build my app for Android devices. iOS is working fine but Android crashes as soon as I start building the app.

"react-native": "0.70.8", "react-native-quick-crypto": "^0.6.1",

⚠️ Build Error

Screenshot 2023-04-26 at 10 54 04

I appreciate any help.

Just for the record I recently had to update the library because of the following issue "'value' is unavailable: introduced in iOS 12.0" After updating to Xcode 14.3. Before that, Android was working fine.

fmartinez98 avatar Apr 26 '23 14:04 fmartinez98

I am having the same problem...

andrealvesz avatar Apr 27 '23 11:04 andrealvesz

The same problem here... with RN v0.70.3

Anixed avatar May 02 '23 16:05 Anixed

Same problem on RN v0.70.9 with last react-native-quick-crypto version

Zzzhuk avatar May 04 '23 10:05 Zzzhuk

Same Problem, i'm using the RN v0.71.7

JorgeLpzGnz avatar May 19 '23 22:05 JorgeLpzGnz

Same problem, after bump Android is failing

tobob avatar May 30 '23 13:05 tobob

same problem fro RN V 0.70.6

mianBilal278 avatar Jun 07 '23 11:06 mianBilal278

I have the same issue with RN 0.69.11

tex0l avatar Jun 16 '23 16:06 tex0l

same "react-native": "0.71.11"

bryanprimus avatar Jun 20 '23 12:06 bryanprimus

Has anyone found a solution or workaround to this? I am experiencing the same with "react-native": "0.70.9" as well.

From what I can see it seems to be related to dependencies where it can't find com.facebook.react:react-android: and com.facebook.react:hermes-android:,

Awethentique avatar Jul 05 '23 06:07 Awethentique

same 🆘 @fmartinez98 have you found a fix or a workaround yet?

loekTheDreamer avatar Jul 05 '23 14:07 loekTheDreamer

Hey everyone, this in #90 seems to have worked for some people

thowitz avatar Aug 14 '23 19:08 thowitz

I'm still facing the issue referenced issues not working either for me. @fmartinez98 @loekTheDreamer @bryanltobing @Awethentique anyone found the a fix?

umarrasheedmebest avatar Oct 02 '23 08:10 umarrasheedmebest

As mentioned in release notes (https://github.com/margelo/react-native-quick-crypto/releases) & peer dependencies warning : 0.6.x support RN 0.71.x build 0.5.x support RN 0.70.x build

As I am using RN 0.70.13, So [email protected] did the job for me. I didn't try to build with RN 0.71 but example is using RN 0.72 : https://github.com/margelo/react-native-quick-crypto/blob/9754663a2798e7799c84a312179063efbaa3c879/example/package.json#L27

Aure77 avatar Dec 13 '23 11:12 Aure77

Please try latest 0.7.0-rc.X and reopen this if the issue persists.

boorad avatar May 12 '24 13:05 boorad