Jan Wądołowski

Results 5 comments of Jan Wądołowski

yep, same problem and downgrading to 3.4.0 helped. In fact, I downgraded from `"react-native-root-toast": "^3.4.1"`, not 3.5.0. Maybe that will help narrowing the problem down.

you need to pass them as kwargs to `SocketManager`'s initializer. Kwargs are then forwarded to `socketio.AsyncServer`'s initializer. Here's the implementation: ```python # SocketManager's initializer: def __init__( self, ... **kwargs )...

For me this helped: [https://stackoverflow.com/a/76994931](https://stackoverflow.com/a/76994931) Unfortunately, it's only a workaround not a solution as it ivolves modifying node_modules contents.

Outdated since you cannot create them any more