UnPourTous / react-native-search-list

A searchable ListView which supports Chinese PinYin and alphabetical index.
https://github.com/UnPourTous/react-native-search-list
159 stars 66 forks source link

Undefined is not an object (evaluating) Proptypes.string #12

Closed appongit closed 6 years ago

appongit commented 6 years ago

I have just today install this and when i import it i got error

erichua23 commented 6 years ago

what is your rn version ?

appongit commented 6 years ago

@erichua23 0.54.1 rn version

erichua23 commented 6 years ago

It looks like your prop-types is not installed properly, try npm i prop-types under your project root and try again to confirm.

appongit commented 6 years ago

ok let me try, can i do like this with yarn

yarn add @unpourtous/react-native-search-list
yarn add prop-types
appongit commented 6 years ago

Thanks its working fine now