Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can‘t use it #69

Open
dadawanan opened this issue Jul 8, 2019 · 9 comments
Open

I can‘t use it #69

dadawanan opened this issue Jul 8, 2019 · 9 comments

Comments

@dadawanan
Copy link

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

@iamir4g
Copy link

iamir4g commented Jul 17, 2019

i have same issue

@bitdelve
Copy link

bitdelve commented Oct 8, 2019

Anyone ever solve this?

@bygzyz
Copy link

bygzyz commented Dec 20, 2019

i got the same issue

@Oooom
Copy link

Oooom commented Mar 14, 2020

Same problem.

@AhmedrAshraf
Copy link

same here

@ducchungtx
Copy link

same here. i using react hooks

@jschlachtenhaufen
Copy link

Yeah still a problem

@ineo6
Copy link

ineo6 commented May 11, 2020

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;

@tinydiv333
Copy link

same issue. Any one solved this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants