-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anybody know how to do this with React Native 60 #14
Comments
@jrwpatterson have you solved this? I can see you have a fork of this lib. |
Couldn’t work it out.... eventually dumped the swift file into project bridging header and that for some reason works with RN61 (release candidate 3) they seem to have sorted some swift stuff. |
Ok and what about previous version 0.59.* was that working for you? What is the reason you upgrade? |
Yes it was working for us... we needed the upgrade for the Facebook sdk |
Could you please help me I am on 0.59.* version but still can't get it working. I am stuck on pod install
|
When I had that you need to raise the pod min version to 11.3 |
Weird, I have platform :ios, '11.3' specified, but still getting this error. Have you been on version 1.3.0 of adyen-react-native? |
Sry, my bad, it was wrong Podfile, I had version 9.0 on different position. Thanks |
One more thing, I can't find files like |
@jrwpatterson Hey, so we migratet to RN 0.61.3-rc3 as well, could please explain what did you mean by "swift file into project bridging header" ? And did you just follow official readme? |
Experiencing the same issue here. RN 0.61.3, pod install doesn't create the mentioned framework files under Pods/Products Is there some other way how to compile them? |
sorry been on holiday! I did I had to build them... now I have issues because xcode 11 is a different swift version... I hate this stuff! |
Hi Guy's, `` Pod::Spec.new do |s| s.name = "AdyenReactNative" s.homepage = "https://github.com/dmitry-blackwave/adyen-react-native#readme" s.platform = :ios, "11.0" s.dependency "React" end In the meanwhile I will raise a PR for this. |
@jrwpatterson - What kind of issue are you facing with xcode 11 ?Can you please create a separate issue to trackit... |
Hey I'm upgrading to React Native 60 and this library was working following the advice with 59... but with the new autolinking either I get the old null module or if I link it the legacy way it can't find the RCTBridge.h file.
The text was updated successfully, but these errors were encountered: