Open icastillejogomez opened 5 years ago
I also have the same problem
@icastillejogomez - Any luck on your side?
Hey @icastillejogomez - I fixed the BUG. propTypes is deprecated which is what's causing the issue. You were right Here is what I did
import React from 'react';
import PropTypes from "prop-types";
@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)
In React Native 16 when I import the module this error appears in my console:
Cannot read property 'func' of undefined
Maybe propTypes?