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.
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: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!