import Tabs from 'react-tabs-navigation';
When I'm importing the Tabs from react-tabs-navigation the below error appears.
undefined is not an object (evaluating '_react.PropTypes.object' )
...
...
...
My React version is as follows:
"react": "16.0.0",
"react-dom": "^16.2.0",
"react-native": "0.50.4",
"react-tabs-navigation": "^0.4.4",
import Tabs from 'react-tabs-navigation';When I'm importing the Tabs from react-tabs-navigation the below error appears.
undefined is not an object (evaluating '_react.PropTypes.object' )
...
...
...
My React version is as follows: