Can't run on android emulator
It works fine when running on ios, but when trying to build the app on android emulator Im getting this errror
couldn't find DSO to load: libhermes.so SoSource 0: com.facebook.soloader. DirectorySoSource|root = /data/app/~~2skIF1vR2hLrjwckKm_HAQ==/ com. tasecombo.unite-CUOuiWiEraGVkcsvJD7q MA==/lib/arm64 flags = 0] SoSource 1: com.facebook.soloader. DirectApkSoSourcelroot = (/data/app/~~2skIIvR2hLrjwckKm_HAQ==/ com.tasecombo.unite-CUOuiWiEraGVkcsJD7g MA==/base.apk!/lib/arm64-v8a,)]
I do not reproduce. Could you give us more details about your environment. Device, Android version, computer, commands, ... Thanks!
I had to change these lines in build.gradle
enableHermes: true,
def enableHermes = project.ext.react.get("enableHermes", true);
It is likely a side effect, as you can see here, enableHermes has been replaced by hermesEnabled in recent versions
Please share more details about your environment and the commands you use. Here is what should be used
git clone [email protected]:teslamotors/react-native-camera-kit.git
cd react-native-camera-kit
yarn bootstrap
yarn example android