I have a UWP c# library , which I am trying to use from react native windows app.
There are plenty of examples for creating a bridge to communicate between react native and ios or android native library.
But I am not able to find any document or samples to create bridge to communicate between native c# uwp library and react native .
I WOULD LIKE TO CREATE A BRIDGE - WHICH CAN COMMUNICATE BETWEEN UWP C# LIBRARY AND REACT NATIVE.
Can anyone help me with any document or samples , would be appreciable.
Thanks. Noorul.