-
-
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
ERROR TypeError: undefined is not an object (evaluating '_reactNative.Image.propTypes.resizeMode') #2714
Comments
A few other mentions of this same error: |
Here is the react-native commit that removed propTypes from the Image component: |
@devon-whil thanks for the detail report ! |
@hueniverse @devon-whil Is it fixed ? I am still facing the issue in React Native 0.69 ! |
@imshreyansh it is fixed in v6 pre release ? Are you one this one ? |
@freeboub |
I'm getting issues while installing the pods after upgrading the lib to version |
I also ran into this, does it mean that I cannot use 6.0.0 for iOS? We definitely need both. |
Had issues installing 6.0.0-alpha.1 as well, had to enable |
Also running into this issue on 5.2.0 with RN 0.91.1 and react 18.0.0. Any recommendations here? |
Hi, I tried to upgrade to react 0.69.1 and react-native-video to 6.0.0-alpha.1. I am still facing this issue. |
I just upgraded the react native video to version "^6.0.0-alpha.1" and everything works fine, after upgrade execute " npx react-native run-android " then "npx react-native start --reset-cache" |
I've upgraded to "^6.0.0-alpha.1" and now getting below issue while installing pods. When I install the version "5.2..0" then pod error is not coming.System:
|
i already try to upgrade 5.2.0 to 6.0.0 alpha1 and it's not working |
@TALBI-svg can you try with this branch please: #2795 |
The issue was solved after upgrading to version 5.2.1. |
Bug
Platform
Which player are you experiencing the problem on:
Environment info
React native info output:
ERROR TypeError: undefined is not an object (evaluating '_reactNative.Image.propTypes.resizeMode')
Library version:
[email protected]
,[email protected]
andreact-native-video@^5.2.0
Steps To Reproduce
Trying out all the latest stuff and I get the error shown above. I'm using nx & react-native without expo. The following code seems to be the culprit:
https://github.com/react-native-video/react-native-video/blob/master/Video.js#L429
The text was updated successfully, but these errors were encountered: