Mateo Guzmán
Mateo Guzmán
@xcarpentier if you can take a look would be appreciated. Amazing library BTW :)
No worries @Johan-dutoit :) Btw, the last changes in the main branch seem to have a small bug in the [README](https://github.com/react-native-image-picker/react-native-image-picker/blob/main/README.md) that makes one of the tables non-readable so I'm...
I just took a look at other sites, and those have the same problem as [es.react.dev](https://github.com/reactjs/es.react.dev/blob/main/src/siteConfig.js). It seems like a general problem. Examples: - https://de.react.dev/ - https://id.react.dev/
@carburo tiene sentido. He revisado otros sitios y si, tienen el mismo problema. Dejé mi comentario con respecto a esto en https://github.com/reactjs/translations.react.dev/issues/300 para mantener track del problema.
By default, the `Canvas` has pointer events that block the UI. For the `Popper`component for example, the pointer events are now disabled by default to avoid this as the Fiesta...
Hi @l2hyunwoo, thanks for all the work here! Following up on this, is there any help you need to make it to the finish line?
We are experiencing the same. Changing the launch mode to `singleTop` fixes this issue but it introduces a buggy behaviour with the deep links where it opens a new instance...
@freethejazz good to know if works good for you! our reproduction path was quite simple: - open the app - move it to the background - open a deep link...
I may have found a better lead to this issue. It seems like other libraries have faced the same, and there is a good workaround for this. I am not...