-
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
Doesnt showing FlipCard #31
Comments
hi @mirlanbekturov |
@mirlanbekturov |
You can open if you still have an issue. |
I have the same issue, using 3.4.1 |
Created a new issue: #35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My version is "react-native-flip-card": "^3.3.6"
<View style={{flex:1}}> <FlipCard> <View> <Text>The Face</Text> </View> {/* Back Side */} <View> <Text>The Back</Text> </View> </FlipCard> </View>
In the previous version, everything worked, what is the problem?
The text was updated successfully, but these errors were encountered: