Aakash Patel
Aakash Patel

Reputation: 5

SignalR with react native app and c# website

Is there any way to connect signalR to my React native app Previously I had a web version in ASP .net and in that I had implemented SignalR. But now we have to develop a react native App and also integrate chat in it. So is there any way to connect with the same server and methods in the App?

Upvotes: 0

Views: 694

Answers (1)

Guruparan Giritharan
Guruparan Giritharan

Reputation: 16334

This is good library to connect signar hub with react-native.

https://github.com/olofd/react-native-signalr

Only issue is that its not updated in a long time. we use this in our app and it works as expected.

Upvotes: 1

Related Questions