You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library working fine with android in projects that created with RN 0.60+ but on IOS we need to link via react-native link react-native-razorpay. I guess it can be done using podspec file which other libs do.
Is there any plan for support autolinking ios?
The text was updated successfully, but these errors were encountered:
Yes, currently for iOS you'd have to manually link our framework using react-native link react-native-razorpay
We are working on making this automated as well post which the above step of manual linking can be avoided.
This library working fine with android in projects that created with RN 0.60+ but on IOS we need to link via react-native link react-native-razorpay. I guess it can be done using podspec file which other libs do.
Is there any plan for support autolinking ios?
The text was updated successfully, but these errors were encountered: