-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Card: ReferenceError: Can't find variable style #134
Comments
It's happen with me too, and i'm use just the Galio |
Hi @seyaobey @GustavoBlaze ! Thanks for pointing this out! This is a problem with our Card component which we need to solve asap. As far as I can see if you add the Thanks 🧜🏽♂️ |
this is also the same for Text and Block components |
I cant seem to pass dynamic image url to card as well. Anyone here has done it ? |
Doing this works but for only static image paths. i can not pass a variable as prop for image |
@presola the @AbdurRehman26 I'm glad the fix worked! Could you please send a code snippet of the way you're adding the dynamic image please? |
This specific issue should be solved now for Card and Text components. Release info for v0.6.3 Release info for v0.6.2 |
Describe the bug
First time using the Galio framework (I am using it along with the argon template).
I am adding the Card component in my screen:
Expected behavior
Card component should mount with any issue
But this is what I'm getting:
Screenshots
Smartphone (please complete the following information):
Additional context
I am using Galio with the Argon Template. (https://github.com/creativetimofficial/argon-react-native). I don't know if this error comes from the template.
The text was updated successfully, but these errors were encountered: