hirbod / react-native-volume-manager

React Native module which adds the ability to change the system volume on iOS and Android, listen to volume changes and supress the native volume UI to build your own volume slider or UX. It can listen to iOS mute switch and ringer mode changes on Android (and let you set the ringer mode)
MIT License
216 stars 14 forks source link

[error] esa bug build expo dev clien #4

Closed mathcovax closed 1 year ago

mathcovax commented 1 year ago

I import the package and launch build dev version with : eas build --profile development --platform android

I obtain this error on "run gradlew" step : https://hastebin.com/ejiditukuj.sql

hirbod commented 1 year ago

Looks like there is a mismatch with the Kotlin version in your setup.

mathcovax commented 1 year ago

do you have a solution ? change react version or expo cli ?

mathcovax commented 1 year ago

I solve the problem by changing kotlin_version in build.gradle : def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : project.properties['VolumeManager_kotlinVersion'] to def kotlin_version = "1.6.10"

hirbod commented 1 year ago

Thanks for pointing out @matechcide, new update coming soon with a fix