zo0r / react-native-conekta

React Native Conekta SDK for iOS and Android
https://www.conekta.io
MIT License
32 stars 22 forks source link

RN 0.60.0 support #11

Open ErnesII opened 5 years ago

ErnesII commented 5 years ago

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

agonzalez1704 commented 4 years ago

Can you help me? I've been trying to add Conekta and android works just fine iOS does not, I've done the podspec thing and still cant install pods, it throws an error. Can you help me with what u did to correctly add it to iOS please

itonyej commented 4 years ago

Can you help me? I've been trying to add Conekta and android works just fine iOS does not, I've done the podspec thing and still cant install pods, it throws an error. Can you help me with what u did to correctly add it to iOS please

With error do you have??

GandresCoello18 commented 2 years ago

apparently adding podspec file in node module has worked.