-
Notifications
You must be signed in to change notification settings - Fork 726
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
Button Component is undefined #2848
Comments
I have the same problem on iOS |
upd. To me it helped to make sure that Specifically, run |
I had the same problem,It's not just Button, there are other components that have this problem as well |
I updated the libraries recommended by Expo, and it worked. "dependencies": { |
same issue here |
Updated libraries...Working!! |
did anyone came up with any solutions? dealing with the same issue when trying to use |
I had to add module.exports = {
presets: [
... // don't add it here :)
],
plugins: [
...
'react-native-reanimated/plugin',
],
}; |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
I import Button and render it, has an Error.
Then I console.log(Button), it was an undefined in my logs.
Related to
Steps to reproduce
Expected behavior
render the button
Actual behavior
throw an error
More Info
Code snippet
Screenshots/Video
Environment
it was same on [email protected]
Affected platforms
The text was updated successfully, but these errors were encountered: