react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        Unable to resolve module `@react-native-community/toolbar-android`
Error on new project, after import:
import {VLCPlayer} from 'react-native-vlc-media-player'; 
Problem solved after:
yarn add @react-native-community/toolbar-android
Is this expected?
I have the same problem on Apple TV TvOs 14.3.
The solution provide by @rogerio-azevedo is a temporary one. I think we don't have to install @react-native-community/toolbar-android to run on Apple devices only.
Hey @pascal-mormin I couldn't use in android, did you?