-
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
Back side is blurred on IOS #46
Comments
only text is affected (see http://www.giphy.com/gifs/3ov9jXM7UXfV8pWNUI) (image is still sharp) |
I can 100% reproduce the problem using the iOS simulator. |
if the |
on Android everything works fine |
this PR #44 caused an issue |
thanks for the tip @mkozhukharenko , any idea why that was causing the issue? |
3.5.0v don't have such problem. It was introduced but latests commit. See my message |
@mkozhukharenko that line you mention is needed for this library to work on certain Android devices, its weird that it blurs text in iOS but maybe the solution could be to add a conditional What do you think? I could make a PR with that. |
since 'perspective' prop cause the back side on IOS blurred - we can remote it at all (it will affect nothing) and leave only for Android.
@Gringox I've created MR, can you check it? |
Looks good to me @mkozhukharenko. |
hi! thanks, all and @mkozhukharenko. I bumped new version which contains your MR. Plese check that 👍 |
I copied and run an example from this project have found next bug: the back side of the card is blured.
Does anybody know the problem? I'm trying to figure out it...
Platform: IOS
react-native v 47.1
react-native-flip-card v 3.5.1
The text was updated successfully, but these errors were encountered: