react-native-thumbnail-grid
                                
                                
                                
                                    react-native-thumbnail-grid copied to clipboard
                            
                            
                            
                        Failed Prop Types
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
                                    
                                    
                                    
                                
Hi, i've delete the propertie "resizeMode" from the file called Photogrid.js located in the node-modules dir.