Victor Sheyanov

Results 13 comments of Victor Sheyanov

Same problem "serverless": "^2.67.0" "serverless-domain-manager": "^5.2.0" node: 14

Any solutions for `npm` that someone has in mind?

Hi @EdgarOrtegaRamirez, can you check one thing - you have `pattern` in your config, singular, instead of `patterns` (plural). Can this be a cause of the problem?

Possible solution: check my response to `react-native-maps` module which changed location module version and broke our app: https://github.com/react-native-maps/react-native-maps/pull/4858#issuecomment-1777470683 BTW, documentation for the library literally says lock to version 17: https://github.com/Agontuk/react-native-geolocation-service/blob/87448a0ab8c9bcc6c2ab0cc8b2db019ae5b400fd/docs/setup.md#1-linking-1

@SulthanYS I updated my answer with a command `./gradlew app:dependencies` that helped me to find `rn-maps` library that updated `location` dependency that was causing problems. In our case `googlePlayServicesVersion` with...

@emaxedon we do have the same thing in our app - `markers` make the memory problem worse. In my reproduction steps and video I did not add markers just to...

@emaxedon we're using `lightMode={true}` for some cases (and it seems to work OK), but we do have a case when this is not possible - when we need to have...

@ravi1234saxena we're experiencing the issue from the first message and I tried your fix. Unfortunately it did not help in our case. It felt like it delayed Android crash by...

Hi @juzi214032 I know that my answer is not what you asked for, but anyway, it can be interesting for you. I created a trivial Firefox extension that supports some...

We just ran into a problem with massive snapshots in Jest 30, RN 79. 1 snapshot for a trivial file was `400 000` lines long. We used a solution with...