react-native-thumbnail-grid icon indicating copy to clipboard operation
react-native-thumbnail-grid copied to clipboard

Failed Prop Types

Open alexgurr opened this issue 7 years ago • 1 comments

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

alexgurr avatar Feb 12 '18 19:02 alexgurr

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

PdxMehmet avatar Feb 16 '18 18:02 PdxMehmet