devsonuyadav/one-react-native-upi

Need support for ios too

Opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
For IOS I am able to open the UPI apps using Linking.openURL(). But I am uncertain on how to get a callback once the transaction is completed

Additional context
Add any other context or screenshots about the feature request here.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. For IOS I am able to open the UPI apps using Linking.openURL(). But I am uncertain on how to get a callback once the transaction is completed

Additional context Add any other context or screenshots about the feature request here.

Unfortunately on ios does not support callback

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. For IOS I am able to open the UPI apps using Linking.openURL(). But I am uncertain on how to get a callback once the transaction is completed
Additional context Add any other context or screenshots about the feature request here.

Unfortunately on ios does not support callback

What do you think about this? Is there a possible solution in your mind that you are planning to implement in this library? I believe it is a simple and intuitive library and it already supports Android very well. Having support for ios would make it a default choice for many RN developers.