Skip to content
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

Failed Prop Types #8

Open
alexgurr opened this issue Feb 12, 2018 · 1 comment
Open

Failed Prop Types #8

alexgurr opened this issue Feb 12, 2018 · 1 comment

Comments

@alexgurr
Copy link

alexgurr commented Feb 12, 2018

Nice library. Getting some tasty console prop failures though.

ExceptionsManager.js:73 Warning: Failed prop type: Invalid props.style key resizeMode supplied to View.
Bad object: {
"position": "relative",
"flex": 1,
"resizeMode": "cover",
"borderWidth": 1,
"borderColor": "#fff",
"width": 375,
"height": 266.6666666666667
}

in View (at ImageBackground.js:68)
in ImageBackground (at index.js:41)
in ImageLoad (at PhotoGrid.js:62)
in RCTView (at View.js:71)
in View (at createAnimatedComponent.js:147)
in AnimatedComponent (at TouchableOpacity.js:245)
in TouchableOpacity (at PhotoGrid.js:60)
in RCTView (at View.js:71)
in View (at PhotoGrid.js:58)
in RCTView (at View.js:71)
in View (at PhotoGrid.js:57)
in PhotoGrid
@PdxMehmet
Copy link

Hi, i've delete the propertie "resizeMode" from the file called Photogrid.js located in the node-modules dir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants