'Unable to resolve module react-native' when install react-native library

Viewed 18

I'm trying to create some audio and video playback. I've tried to install several library like react-native-video, react-native-video-player but it keeps throw error 'Unable to resolve module react-native-video-player from C:\Users\AHT\OneDrive\Desktop\ignite-youth\features\fuel\screens\SeriesPost.tsx: react-native-video-player could not be found within the project or in these directories: node_modules'. I just normally import the library like this:

import VideoPlayer from 'react-native-video-player';

Any one has solution? Thank you

0 Answers
Related