react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

Unable to resolve module `@react-native-community/toolbar-android`

Open rogerio-azevedo opened this issue 4 years ago • 2 comments

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?

rogerio-azevedo avatar Dec 09 '20 12:12 rogerio-azevedo

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.

pascal-mormin avatar Jan 14 '21 14:01 pascal-mormin

Hey @pascal-mormin I couldn't use in android, did you?

rogerio-azevedo avatar Jan 14 '21 15:01 rogerio-azevedo