Open mkozhukharenko opened 7 years ago
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 perspective
property is removed from the style of the Back card - the problem is gone
on Android everything works fine
this PR https://github.com/moschan/react-native-flip-card/pull/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 Platform.OS === 'android'
before pushing the perspective prop. Already test it and works.
What do you think? I could make a PR with that.
@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