react-native-popup icon indicating copy to clipboard operation
react-native-popup copied to clipboard

Undefined is not an object (evaluating 'this.popup.alert)

Open SirPhemmiey opened this issue 7 years ago • 1 comments

Hey guys, After fixing the React.PropTypes issue and confirming the import of the module in my project, i stumbled on this problem. Any way forward please?

SirPhemmiey avatar Apr 06 '18 20:04 SirPhemmiey

@SirPhemmiey inside the index.js of this lib change the import statements. Instead of import {Component, PropTypes} from 'react' use import {Component} from 'react'; import PropTypes from 'prop-types';

RomanovYurii avatar Oct 27 '18 20:10 RomanovYurii