Skip to main content

Posts

Showing posts from May, 2020

Error in expo video player in react native

Below error is observed while using expo-video-player in my  React Native project I have started learning React native as part of trending technology and using the blog to help as much as possible for the react native developers and who are willing to learn react native . Kindly support us. Error mentioned below is observed while using expo-video-palyer in my react native project . but while running the program i got the below error Unable to resolve "@react-native-community/netinfo" from "node_modules\expo-video-player\dist\index.js" Failed building JavaScript bundle. Unable to resolve "@react-native-community/netinfo" from "node_modules\expo-video-player\dist\index.js" Solution : The above issue got resolved after adding the below install expo install @react-native-community/netinfo