-
Notifications
You must be signed in to change notification settings - Fork 47
Cross platform support #11
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o ios # By Tj (3) and others # Via Greg Herlihy * 'master' of github.com:MattFoley/react-native-paypal: Change react-native dependency. Updating version Updating Paypal to 2.14.2 and fixing error with preparePaymentOfAmount Present on the main thread. Bump version. Updates to the latest RN, updates to the latest PayPal library. Fixes JS example to use new React class creation style. Disable ATS security for local RN development on iOS 9. Add in CardIO libraries for newest PayPal library. Add RCTConvert class extension for enums being passed in from JS to ObjC. Conflicts: ReactPaypal/ReactPaypal.xcodeproj/project.pbxproj ReactPaypal/iOS/AppDelegate.m ReactPaypal/iOS/Info.plist ReactPaypal/index.ios.js ReactPaypal/lib/Paypal ReactPaypal/package.json ios/MFLReactNativePayPal/MFLReactNativePayPal.m
… platform specific install instructions.
Collaborator
|
looks good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves: #1 by bringing in PR from Android PayPal wrapper library: Vizir/react-native-paypal#1