alan-dev-hk

Results 5 comments of alan-dev-hk

Hey, man Could you find the solution?

No, unfortunately. I'm still looking for some solution as well. In case I resolve it, I post it here.

Hey, maybe I finded the solution. `NfcManager.setEventListener(NfcEvents.StateChanged, data => this.CallbackDisconect(data));` So, the NfcEvents.StateChanged will fire when you turn on or turn of the NFC. So, maybe you can work with...

Guys, the problem it was the reactotron. I made this path wich resolve the issue: `--- a/node_modules/reactotron-react-native/src/plugins/devTools.ts +++ b/node_modules/reactotron-react-native/src/plugins/devTools.ts @@ -1,8 +1,8 @@ import { Platform } from "react-native" import...

> @alan-dev-hk any workaround for this? I would like to use reactotron sometimes for _**_Release_**_ locally when some edge case weird bugs that only happen on **_Release_** happen Hi, If...