-
Notifications
You must be signed in to change notification settings - Fork 108
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
Cards not showing #35
Comments
Same issue, but I can't get them to show up with any attributes :( |
@cwagner22 I believe you are correct. Adding |
@arronhunt Same issue, you can add flexDirection attribute into parent tag. Like this |
Same here doesn't work?
|
I'm still new to react native but shouldn't
TouchableOpacity
have the styleflex: 1
?https://github.com/moschan/react-native-flip-card/blob/master/lib/FlipCard.js#L164
My cards are not showing right now (Unless I set
clickable={false})
or I applyalignItems: 'center'
to the container, like in the example)The text was updated successfully, but these errors were encountered: