-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Issue: Unable to Integrate Cashfree CF Webview in iOS (React Native Expo)
Description:
I am working on integrating Cashfree CF Webview in my React Native Expo app. For Android, I followed the folder structure as provided in the GitHub repo and was able to run it successfully without any issues.
However, when trying to implement the same for iOS, I am encountering the following error:
ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null
Additionally, while Android requires certain folders inside the android directory for integration, iOS does not seem to have a similar folder structure or setup. Since I am using React Native Expo, I am redirecting the user to a webpage with a session ID. This approach works fine for Android but does not work for iOS.
Could you please provide guidance on how to resolve this issue for iOS? Any insights or documentation references would be greatly appreciated.
Thank you!