-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow passing a config object instead of separate arguments (#5)
* Repleace release-it with auto * Update ci.yml * Set access public * Create empty CHANGELOG.md file * Add scan job with trivy * Fix CI actions * Upgrade babel-plugin-module-resolver to fix json5 vulnerability * Skip scan node_modules directory * Fix buyerId prop type * Pass debugMode prop * Update example app README with cache reset info * Update default GR4VY_ID in .env.example * Add externalIdentifier prop support * Add other props and attempt to properly type paymentSource * Add cartItems prop * Add cartItems typing on the js side * Add paymentSource and cartItems type conversions * Remove previous cartItems map * Fix Android params * Use Native Event Emitter in iOS * Attempt to add the same `onEvent` logging to the Android part * Fix events handling in android * Remove any onEvent listener before adding a new one * Clean up android code * Set default buyerId to null in example app * Allow passing a config object to showPaymentSheet * Remove RCTCartItem
- Loading branch information
1 parent
7e49ed1
commit fad9723
Showing
8 changed files
with
56 additions
and
114 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
#import <React/RCTUtils.h> | ||
#import <React/RCTEventEmitter.h> | ||
#import <React/RCTConvert.h> | ||
#import "RCTCartItem.h" |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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