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

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -