-
Notifications
You must be signed in to change notification settings - Fork 160
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
Comments
i have same issue |
Anyone ever solve this? |
i got the same issue |
Same problem. |
same here |
same here. i using react hooks |
Yeah still a problem |
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; |
same issue. Any one solved this ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Super expression must either be null or a function, not undefined
The text was updated successfully, but these errors were encountered: