1. To Do A screen에서 B screen으로 navigate한 후 다시 A로 goBack했을 때 goBack한 순간 A screen에서 api 호출을 다시 해야한다. (C screen에서 A screen으로 오면 아무것도 하지 않는다) 2. How To 2-1. react navigation 활용 (해결책x) https://reactnavigation.org/docs/function-after-focusing-screen/ React Navigation In this guide we will call a function or render something on screen focusing. This is useful for making additional API calls when a user..