sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

Cannot read property 'element' of undifined #61

Open roibendet opened 7 years ago

roibendet commented 7 years ago

i get this msg when i"m tring to import SGListView;

screen shot 2017-08-20 at 10 15 59 am. screen shot 2017-08-20 at 10 18 58 am

did anyone run it to this?

mik-rom commented 7 years ago

Getting the same error after upgrading to react native 0.47.2. Did anyone find a solution?

elliscwc commented 6 years ago

Could be the proptypes has been moved out of react that causes the problem

@sghiassy would you mind if you can update the package?

sghiassy commented 6 years ago

Anyone able to verify if proptypes is the issue? Or better yet submit a PR?