When I try to run this module on Android, I get the error undefined is not an object (evaluating '_react.PropTypes.string'). I can temporarily workaround it by commenting out static defaultProps = {...} and static propTypes = {...}. Now the icon and file name appear but when I click them I get the error undefined is not an object (evaluating 'QuickLook.openFile'). When I trace QuickLook in the console it is indeed undefined. Am I missing something during installation?
When I try to run this module on Android, I get the error
undefined is not an object (evaluating '_react.PropTypes.string'). I can temporarily workaround it by commenting outstatic defaultProps = {...}andstatic propTypes = {...}. Now the icon and file name appear but when I click them I get the errorundefined is not an object (evaluating 'QuickLook.openFile'). When I trace QuickLook in the console it is indeed undefined. Am I missing something during installation?