javascript - How after navigate.goBack, listen to firebase? React Native -


i have 2 screens: , b

in a, listen firebase on() start listen in componentdidmount(). , if there live database update working. before change screen in componentwillunmount() detach firebase ref listener. working until now.

but after change screen b , going navigate.goback screen a, don't updates because, don't start listen again after, componentwillunmount()!

the problem navigate.goback don't fire componentdidmount screen a!

what should do?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -