Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to Install react-native-quick-crypto #205

Closed
dytra opened this issue Dec 5, 2023 · 1 comment
Closed

Failed to Install react-native-quick-crypto #205

dytra opened this issue Dec 5, 2023 · 1 comment

Comments

@dytra
Copy link

dytra commented Dec 5, 2023

Hi I'm trying to install this package. I've yarn installed all of the packages
But I got this error when I'm building my app:

Users MainApplication.java:7: error: package com.reactnativequickbase64 does not exist
import com.reactnativequickbase64.QuickBase64Package;
                                 ^
MainApplication.java:8: error: package com.margelo.quickcrypto does not exist
import com.margelo.quickcrypto.QuickCryptoPackage;
                              ^
PackageList.java:83: error: package com.reactnativequickbase64 does not exist
import com.reactnativequickbase64.QuickBase64Package;
                                 ^
PackageList.java:85: error: package com.margelo.quickcrypto does not exist
import com.margelo.quickcrypto.QuickCryptoPackage;
                              ^
PackageList.java:187: error: cannot find symbol
      new QuickBase64Package(),
          ^
  symbol:   class QuickBase64Package
  location: class PackageList
/Users/widhi.nugraha/projects/kbru/fo-apps-android/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:188: error: cannot find symbol
      new QuickCryptoPackage(),

Any thoughts on this ?

I'm in RN version 0.62.2

@boorad
Copy link
Collaborator

boorad commented May 12, 2024

That is a super-old version of RN. Is it a typo for 0.72.2? The example app in this repo is using RN 0.72.7 currently.

Please try the latest 0.7.0-rc.X release candidate and see if this issue remains. If so, please reopen this issue.

@boorad boorad closed this as completed May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants