Omkar Arote

Results 6 comments of Omkar Arote

Facing the same issue in Andoird too!

https://user-images.githubusercontent.com/64545577/167271867-b66db1eb-15c4-4f83-9bbd-d09f9a474599.mp4 @WrathChaos I am still facing the same issue The alert is not async with the network change Dependencies: "react-native-dropdownalert": "^4.5.1", "react-native-internet-connection-alert": "^0.1.8", "@react-native-community/netinfo": "^8.3.0", My Code: ``` return (...

> @OmkarArote Can you test the same with physical device? Yea tested it on a physical device too Same issue!

Try adding the parser part inside "try and catch" ```python from flask import Flask from flask_restful import Resource, Api, reqparse parser = reqparse.RequestParser() class SampleResource(Resource): def get(self): try: parser.add_argument('user_email', type=str,...