Skip to content

Commit

Permalink
Moved podspec to root project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nzankich authored and nicholasZankichSmarkets committed Aug 29, 2020
1 parent 394bd69 commit adaa175
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ React Native library that implements PayPal [Checkout](https://developers.braint
1. `$ react-native link react-native-paypal`. Check the result, if iOS and/or Android project files are unchanged, do the steps described in Manual installation.
1. [Android] Add `implementation "com.braintreepayments.api:braintree:3.13.0"` in `android/app/build.gradle`.
1. [iOS] Add `pod 'Braintree', '~> 4.35.0'` to your Podfile.
1. [iOS] Change the RNPaypal entry in your Podfile to `pod 'RNPaypal', :path => '../node_modules/react-native-paypal/ios'`
1. [iOS] Run `pod install`
1. [iOS] Register a URL scheme in Xcode (**must** always start with your Bundle Identifier and end in `.payments` - e.g. `your.app.id.payments`). See details [here](https://developers.braintreepayments.com/guides/paypal/client-side/ios/v4#register-a-url-type).
1. [iOS] Edit your `AppDelegate.m` as follows:
Expand Down
File renamed without changes.

0 comments on commit adaa175

Please sign in to comment.