-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'react-native-video' #3346
Comments
Hi, someone reports me on slack that the alpha.10 package is not usable. I will try to fix it tonight. |
I had this problem with video caching and here is my fix in
I likewise fixed another video caching issue in
Plus, |
@alan-nakagiri I Just rebuild alpha.11 with an additional fix to ensure package is properly build. |
@freeboub Looks like the new release works thanks! |
Bug
Cannot find module 'react-native-video' when running tests and eslint for versions v.6.0.0-alpha9 or alpha10.
It looks like some changes were made to the "main" directory listed in
package.json
. The package.json file points tolib/index.js
however I do not see a lib directory in the repo when pulling from npm.Do I need to add something to my config files to resolve this or was the build command not run before publishing?
The text was updated successfully, but these errors were encountered: