react-native-gifted-listview icon indicating copy to clipboard operation
react-native-gifted-listview copied to clipboard

undefined is not a function (evaluating 'React.createClass')

Open ghost opened this issue 6 years ago • 3 comments

When i just import the following:

import GiftedListView from 'react-native-gifted-listview';

getting following error:

undefined is not a function (evaluating 'React.createClass')

ghost avatar Mar 20 '18 07:03 ghost

same issue

binbinla avatar Apr 02 '18 09:04 binbinla

I think this is your solution.

arif2009 avatar Apr 22 '18 06:04 arif2009

You should directly replace your component with this one https://github.com/iwater/react-native-infinite-virtualized-list

GoldAndLink avatar Aug 26 '18 13:08 GoldAndLink