react-native-paypal-wrapper
react-native-paypal-wrapper copied to clipboard
Cannot read property 'initialize' of undefined ?
Hi, Have the same issue like other guy here.
can someone help?
thanks,
Same here.
Please check build.gradle, it should include this library.
dependencies { ... compile project(':react-native-paypal-wrapper') }
@Talkwondo Did you get the solution? I am too getting same issue.
I am getting this error in iOS please help @webmasterdragon
@davekedar
- In XCode, in the project navigator, right click Libraries ➜ Add Files to [your project's name] Go to node_modules ➜ react-native-paypal-wrapper and add RNPaypalWrapper.xcodeproj
2.In XCode, in the project navigator, select your project. Add libRNPaypalWrapper.a to your project's Build Phases ➜ Link Binary With Libraries
- Click in the project navigator and go the Build Settings tab. Make sure 'All' is toggled on and search "Header Search Paths" add "$(SRCROOT)/../node_modules/react-native-paypal-wrapper/ios"
work
I start getting this error as soon as i follow your steps @herarya
duplicate symbol _PPZebraOnePasswordAppExtensionGeneratedPasswordMaxLengthKey in: /Users/mac/project/ios/Pods/PayPal-iOS-SDK/PayPalMobile/libPayPalMobile.a(PPZebraOnePasswordExtension.o) /Users/mac/Library/Developer/Xcode/DerivedData/atscommapp-hhmngwwhbjtswfbcxbsfxqtjeljc/Build/Products/Debug-iphonesimulator/libRNPaypalWrapper.a(PPZebraOnePasswordExtension.o)
ld: 933 duplicate symbols for architecture x86_64