React-native wants server fetch to request data Times wrong network request failed

when developing react-native applications, the expo, I use uses fetch to request data from the backend, and the Android simulator on my computer can return data normally. When testing with a mobile terminal on the same network, can network request failed, report an error? thank you very much.

Mar.24,2021
Is

caused by permission issues? You can check whether the app permissions in the settings are open to the network.

Menu