Open redbar0n opened 6 years ago
I think it's because react-native-panel/src/index.js
uses:
import React, { Component, PropTypes } from 'react';
Instead of:
import React, { Component } from 'react';
import PropTypes from 'prop-types';
As this issue from another project indicated: https://github.com/react-native-community/react-native-camera/issues/936
Update: Yeah. Pretty much confirmed it works with the above solution. That fixes it for React 16.
Getting this error when trying to:
import Panel from 'react-native-panel';
Using these versions, in
package.json
: