VirgilSecurity / react-native-virgil-crypto

BSD 3-Clause "New" or "Revised" License
49 stars 17 forks source link

Plugin with id 'maven' not found #68

Open SanderPeeters opened 2 years ago

SanderPeeters commented 2 years ago

I am trying to install the virgil-crypto library in a React Native Expo bare workflow app. When I try to run the app on my Android device using the expo run:android command, I receive the following error:

A problem occurred evaluating project ':react-native-virgil-crypto'. Plugin with id 'maven' not found.

I am using the latest Expo SDK 45 with React Native 0.68.2.

Also, does anyone know if these Virgil RN SDK's are still maintained? It feels like they've abandoned it.

Thanks in advance!

topervillablanca commented 2 years ago

you need to change it to maven-publish

gz1992 commented 1 year ago

where should i add maven-publish?