Jamie Ullman
Jamie Ullman
In the meantime, a fix to this is editing the index.js file as follows: `state = { until: Math.max(this.props.until, 0), lastUntil: null, wentBackgroundAt: null, eventListener: null, // NEW LINE };...
Hi! Yes — I found the code above in the index file under react-native-countdown-component inside node_modules. I see that binotby linked a fix above. Maybe you could try that if...
@Rksingh620 It seems that there is a typo: you wrote "eventListner" when it should be "eventListener" based on the code above. I hope that helps!