We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cart itself works but we can't see the text?
<TouchableOpacity onPress={() => this.card.flip()} style={styles.card}> <Text style={styles.text}>ADDDDDDDDDDDDDDDB</Text> </TouchableOpacity> <TouchableOpacity onPress={() => this.card.flip()} style={styles.card}> <Text style={styles.text}>CDDDDDDDDDDDDDDDD</Text> </TouchableOpacity> </CardFlip>
my style
container: { flex: 1, }, cardContainer: { width: 150, height: 150, backgroundColor: '#f00', padding: 30, justifyContent: 'center', alignItems: 'center', }, card: { flex: 1, alignItems: 'center', justifyContent: 'center', }, text: { flex: 1, alignItems: 'center', justifyContent: 'center', color: 'white', }, })
The text was updated successfully, but these errors were encountered:
on android or iOS?
Sorry, something went wrong.
IOS
Having the same problem, any news on this issue?
No branches or pull requests
The cart itself works but we can't see the text?
my style
The text was updated successfully, but these errors were encountered: