How to get the volume while recording an audio

Hello, I am building a bare app and using expo-av to allow the user to record an audio. I am trying to capture the volume of the audio recorded from the microphone in real-time. The idea is to show feedback to the user while the app captures the audio (standard feature for a recording app). I tried using a third-party library, react-native-sound-level but Audio.Recording().startAsync() from expo-av is throwing an error on Android (SDK 25): recording not started. Do you know if expo provides this feature? Or do you know what library I can use with expo-av?

Thanks