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

I can‘t use it

Open dadawanan opened this issue 6 years ago • 9 comments

Super expression must either be null or a function, not undefined

dadawanan avatar Jul 08 '19 10:07 dadawanan

i have same issue

iamir4g avatar Jul 17 '19 14:07 iamir4g

Anyone ever solve this?

bitdelve avatar Oct 08 '19 14:10 bitdelve

i got the same issue

bygzyz avatar Dec 20 '19 07:12 bygzyz

Same problem.

Oooom avatar Mar 14 '20 11:03 Oooom

same here

AhmedrAshraf avatar Mar 27 '20 11:03 AhmedrAshraf

same here. i using react hooks

ducchungtx avatar Apr 16 '20 02:04 ducchungtx

Yeah still a problem

jschlachtenhaufen avatar May 05 '20 07:05 jschlachtenhaufen

The version published to npm is wrong. You can copy whole code and fix.

React should import from react. The following code just import from react-native by mistake.

// wrong code
const React = require('react-native');
const Option = require('./option');

const {
  Dimensions,
  StyleSheet,
  Component,
  TouchableWithoutFeedback,
  View
} = React;

ineo6 avatar May 11 '20 10:05 ineo6

same issue. Any one solved this ?

tinydiv333 avatar Sep 09 '20 05:09 tinydiv333