smarkets / react-native-paypal

React Native library that implements PayPal Checkout flow using purely native code
MIT License
118 stars 54 forks source link

Manual installation iOS #50

Closed adeel111 closed 3 years ago

adeel111 commented 4 years ago

Having Problems with this part of configuration, it's confusing.

Screenshot 2020-09-11 at 12 11 14 PM
  1. What kind of files should be added in Libraries folder under project folder and how?

  2. From where I can get RNPaypal.xcodeproj so that I could add it under node_modules ➜ react-native-paypal

  3. Done

  4. Under Build Settings where following path should be added $(SRCROOT)/../node_modules/react-native-paypal/ios

Is it necessary to do Manual installation iOS?

nzankich commented 3 years ago

@adeel111 Manually linking libraries on ios isn't very straightforward and I highly suggest going with the auto linking method

That being said, react-native has a pretty nice guide with pictures that may help you out with manual linking https://reactnative.dev/docs/linking-libraries-ios

nzankich commented 3 years ago

Let me know if you're still having issues and I can reopen