duyluonglc / react-native-thumbnail-grid

75 stars 37 forks source link

Failed Prop Types #8

Open alexgurr opened 6 years ago

alexgurr commented 6 years ago

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 commented 6 years ago

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