Closed timscott closed 5 years ago
I'm getting this error after upgrading to: "react": "16.3.0-alpha.1", "react-native": "0.54.4",
error: bundling failed: SyntaxError in /myapp/node_modules/react-native-country-picker-modal/src/CountryPicker.js: /myapp/node_modules/react-native-country-picker-modal/src/CountryPicker.js: Missing class properties transform. 46 | 47 | export default class CountryPicker extends Component { > 48 | static propTypes = { | ^ 49 | cca2: PropTypes.string.isRequired, 50 | translation: PropTypes.string, 51 | onChange: PropTypes.func.isRequired,
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm getting this error after upgrading to: "react": "16.3.0-alpha.1", "react-native": "0.54.4",