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
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
I was using this library with rn 0.55.4 and worked fine but I had to update to 0.60.0 and it stopped working in iOS, in android works fine.
I added manually this library and I am getting this error: '
React/RCTBridgeModule.h' file not found
I created a fresh project and still getting the same error and this just happens when I add the library into Build phases -> Link Binary with Libraries.
Also when I do pod install at the end I get:
use_native_modules! skipped the react-native dependency 'react-native-conekta'. No podspec file was found.
It seems that needs cocoa support.
Thank you
UPDATED
I saw that there was a commit with a .podspec file, I added it into react-native-conekta folder and it seems that works fine!. I will be waiting for the next release, thx.
I was using this library with rn 0.55.4 and worked fine but I had to update to 0.60.0 and it stopped working in iOS, in android works fine.
I added manually this library and I am getting this error: '
React/RCTBridgeModule.h' file not found
I created a fresh project and still getting the same error and this just happens when I add the library into Build phases -> Link Binary with Libraries.
Also when I do pod install at the end I get:
use_native_modules! skipped the react-native dependency 'react-native-conekta'. No podspec file was found.
It seems that needs cocoa support.
Thank you
UPDATED
I saw that there was a commit with a .podspec file, I added it into react-native-conekta folder and it seems that works fine!. I will be waiting for the next release, thx.
https://github.com/zo0r/react-native-conekta/tree/ef3e797e13e0bffcb412b2757f269fe114677b28