Maycon Mesquita

Results 33 comments of Maycon Mesquita

zIndex doesn't solves the problem here

Exactly! I'm using Currency.JS to replace missing react-native's Intl API. I got Intl working react-native changing the jscFlavor, but it increased the build size in 6MB!

I was getting this issue in my project. The solution here was: delete the old APK and reinstall a new one. Seems like a font cache.

Image resize is must-have feature. Any update?

This still happens. Edit: the @konjoinfinity code disables the onPress trigger.

I have a workaround that is working here: Using onPressIn and disable animation, as follows: ```js const AnimatedTouchableOpacity = createAnimatableComponent(TouchableOpacity); { this.setState({ disableAnimation: true }) }} onPress={this.openImageDialog} activeOpacity={.6} > ```