You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EventEmitter.removeListener('appStateDidChange', ...): Method has been deprecated. Please instead use remove() on the subscription returned by EventEmitter.addListener.
#121
Open
chungtvdev opened this issue
Mar 12, 2023
· 2 comments
When i exit the screen of the view: the error will be shown: EventEmitter.removeListener('appStateDidChange', ...): Method has been deprecated. Please instead use remove() on the subscription returned by EventEmitter.addListener.
How to fix this?
The text was updated successfully, but these errors were encountered:
React native: 0.68.5
react-native-countdown-component": "^2.7.1",
Our code is belows:
<View style={{alignItems: 'flex-end'}}>
<CountDown
until={1140}
size={15}
onFinish={() => alert('Hết thời gian trắc nghiệm')}
digitStyle={{backgroundColor: COLORS.shopeeOrange, opacity: 0.5}}
digitTxtStyle={{color: COLORS.black, fontSize: 18}}
timeToShow={['M', 'S']}
timeLabels={{m: '', s: ''}}
/>
When i exit the screen of the view: the error will be shown:
EventEmitter.removeListener('appStateDidChange', ...): Method has been deprecated. Please instead use
remove()
on the subscription returned byEventEmitter.addListener
.How to fix this?
The text was updated successfully, but these errors were encountered: