react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        Does not play aac audio on android
Does not play aac audio file on Android not from url, nor from local storage. On IOS plays like a charm. On Android I get error
{ type: 'Error',
duration: 0,
position: 0,
currentTime: 0,
isPlaying: false 
}
I use <VLCPlayer source={{ uri: filepath}} onEnded={this.setEnd} onVideoEnded={this.setEnd} onProgress={this.setProgress} onStopped={this.setEnd} onBuffering={(e)=>console.log('buff',e)} onError={(e)=>console.log('err',e)} paused={false} /> Included audio file to test test.zip