devashishsethia

Results 1 comments of devashishsethia

> I resolved it by changing arrow function to function in this way: > > `AppState.addEventListener('change', myFunc) ` > `function myFunc() { // some code}` Thank you @MahmonirB , For...