-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can play audio file but I can't see the waveform at all. #36
Comments
Same here. Able to play audio but not able to see the waveforms. |
Try |
I can confirm the waveforms show on iOS but not Android. |
me to. |
@juananime: can you elaborate here any extra setting for android platform, where we missed here.
|
@juananime audiowaveform issue is sorted out. its related to compileSdkVersion version, last time I updated android:targetSdkVersion="22" to android:targetSdkVersion="26" in AndroidManifest.xml but audiowaveform use 23 https://github.com/juananime/react-native-audiowaveform/blob/master/android/build.gradle that why its not showing up. this issue related to compileSdkVersion difference. and google play accepted 26 compileSdkVersion to upload app on app store. please update this plugin asap. |
Has this issue been addressed? |
yes it works with flex 1 |
waveform not showing is not a big deal, after adding flex 1 it shows but it crashing app in ios, which has no solution at all, try to find different lib, and if u find ping me. |
<WaveForm
source={{uri:'http://abc.mp3'}}
play={true}
waveFormStyle={{waveColor:'red', scrubColor:'blue'}}
style={{ width: 500, height: 50 }}
/>
The text was updated successfully, but these errors were encountered: