Where to make API call in a screen in ReactNative? – Twitter API
I'm new to React Native and I decided to implement a mini Twitter app. But I am stuck somewhere. As you can see below, I have a component named Posty which contains a StackNavigator in it. The screens are PostScreen…