Dankó Mátyás

Results 2 comments of Dankó Mátyás

@NuclearKev How would that look like in TypeScript? Do I just put ``` AppRegistry.registerHeadlessTask('OnBoundaryEvent', (event) => { if(event == "onEnter"){ //my code here } }) ``` into the index.js? My...

@powder366, @lordgreg, and others, I have an idea why geofencing in the background sometimes works and sometimes doesn't. The reason is Android's inconsistent way of handling background services, workers, and...