React Native – Do 3 steps in one onPress: (1) send POST req, (2) receive POST res (including ID created by post), (3) navigate with ID as param
I am working on a project in React Native where the user navigates from a “Create Artist” screen to the “Artist Page” by clicking a button. When the user clicks this button, I want three things to happen: