Posts by Ellson Mendes • 42 points
3 posts
-
1
votes1
answer46
viewsQ: How to give a translateY with Banse in the current value of translateX?
I have a box that moves to one side and to the other using translateX ai I put a pseudo class to emulate a jump with translateY when the user hovers over the parent container of this box. The…
-
0
votes2
answers539
viewsA: How to Disable React Native Back Button
///Replace the current navigational status with a new one //index value will be the current active route Remembering that if Voce has three screens and ta in the first, it will not appear the back…
-
-3
votes2
answers539
viewsA: How to Disable React Native Back Button
Component import {BackAndroid} from 'react-native' ///pode usar o hook useEffect também componentDidMount() { BackAndroid.addEventListener('hardwareBackPress', this.handleBackButton); }…