X-Guard / react-native-flic2

Use Flic 2 within your React Native application with ease.
Other
8 stars 9 forks source link

latest version of rn doesnt find flic2lib on android #27

Closed michaelbyrd123 closed 2 years ago

michaelbyrd123 commented 3 years ago

Getting this error when attempting to run on android...

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find io.flic:flic2lib-android:1.1.0. Searched in the following locations:

jdegger commented 3 years ago

Hi @michaelbyrd123 it seems like JCenter is not serving the library anymore. JCenter should serve the asset until January 2022 but it seems like something is not working anymore. I have asked the Flic team here:

https://github.com/50ButtonsEach/flic2lib-android/issues/17

Until then I'm not sure how to proceed.

michaelbyrd123 commented 3 years ago

Thanks, I'll keep an eye on this for updates.

Emill commented 3 years ago

I modified the README with instructions on how to use JitPack instead, which seems to be working fine. It automatically builds and hosts the needed files directly from the GitHub repo, which I think is pretty nice.

jdegger commented 3 years ago

Thanks @Emill we will release an update of our package tomorrow.

wesdewitte commented 3 years ago

@michaelbyrd123 You could test if the latest version(0.3.18) fixed the issue for you.

jdegger commented 2 years ago

This should be fixed, closing to clean up