João Paulo

Results 7 comments of João Paulo

Hey Haley! Thanks for your contribution. I observed that by default, when using `-webkit-line-clamp`, it uses the CSS initial value `word-break: normal`, which does not break words when clamping text,...

What I meant is that should be a discussion whether `word-break: break-all` should be applied when `noOfLines` caused the text to clamp.

It seems like @ryantang35 couldn't find time to finish the review adjustments, can I finish this one? @Miodec

![image](https://github.com/transistorsoft/react-native-background-geolocation/assets/64229622/18ff8777-4bb5-4001-9841-7c0ce0d15a3d) Here's what the QA team sent me. I was not able to reproduce the problem on that magnitude, only some small mislocations, nothing that bad. I did a short...

That makes sense. Maybe if I stop listening for location updates if the user location is still that will not happen anymore. I acctually think that happened because I had...

With `disableStopDetection: false` (default), I was able to avoid this behaviour. In my case it was disabled because of a very specific need, that beeing the "pause" button in this...

Hi! Unlike the [Slide Component](https://chakra-ui.com/docs/components/transitions/usage#slide-fade-transition), the [SlideFade Component](https://chakra-ui.com/docs/components/transitions/usage#slide-fade-transition) uses `offsetX` and `offsetY` to define the animation direction. You can use `offsetY` if you want it to move bottom-top or top-bottom,...