Felipe Perdomo

Results 6 comments of Felipe Perdomo

@christocracy That was a good point, here's another log without having the `MainActivity was destroyed` issue. I'm still getting the error when trying to do the `changePace(true)`. ``` 06-07 15:46:04.362...

@christocracy if you mean these ones `Cannot changePace(true) while in the background with WhenInUse authorization`, yes I do and they would make sense if the app wasn't in foreground. Right...

@christocracy I am calling `.ready(config)` only once and every time the app launches, here's the log from before trying to start tracking location ``` 2024-06-07 15:46:22.824 10326-10615 ReactNativeJS com.APP.android I...

@christocracy I'm calling `.ready(config)` from src/app.tsx and the `.changePace` from a hook used in src/pages/thePage. Not sure if that level of detail is enough

Could you tell me how that information should be conveyed to be relevant to your question?

@christocracy The `.ready(config)` is not in the same file as the `.changePace`. Like I said before the `.ready(config)` is called in app.tsx when the app is launching and then there's...