goshacmd / react-native-simple-emoji-picker

A simple emoji picker component for React Native
42 stars 14 forks source link

Cannot read property 'func' of undefined #4

Open icastillejogomez opened 5 years ago

icastillejogomez commented 5 years ago

In React Native 16 when I import the module this error appears in my console:

Cannot read property 'func' of undefined

Maybe propTypes?

taherelsheikh commented 5 years ago

I also have the same problem

taherelsheikh commented 5 years ago

@icastillejogomez - Any luck on your side?

taherelsheikh commented 5 years ago

Hey @icastillejogomez - I fixed the BUG. propTypes is deprecated which is what's causing the issue. You were right Here is what I did

icastillejogomez commented 5 years ago

@taherelsheikh sorry for the big delay. I made my own emoji picker render emojis from emoji-datasource by images. Also have render performan issues. In the next weeks I'll try the module if you say me that runs well. Do you have any performance issues? Can you send any picker screenshot? Thank you so much for post the solution! (L)