margelo / react-native-quick-crypto

⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to Install react-native-quick-crypto

dytra opened this issue · comments

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