React Native Expo APK not sendung request to locally hosted Python flask server endpoint
i have an app build through expo. I have succcessfully build the apk. I have local server hosted through python flask in my laptop. My app needs to send data to that server api endpoint. How to do that since my server is locally hosted in my computer.What necessary permissions and things i need to do after connecting my mobile to my laptop wifi?