I'm using React Native to write a Bluetooth app.
Application already works, devices get paired, device response is already read and parsed.
One issue I'm having is to execute code after the user has pressed a native pop up to either cancel or confirm pair. Each should have a different code to execute.
Is there a React Native(+ libraries) way of doing this or should I decide to implement the solution in native code for each platform?
Have a nice day.