Skip to content
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

[Identity] Update readme and the native versions with latest minor #306

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

ccen-stripe
Copy link
Contributor

Thanks for building the capacitor plugin for Stripe Identity! This PR fixed a small typo in README and added a section to add camera permission on iOS, also added details links to the native SDK.

For our react native wrapper, we pick up the latest Android/iOS minor version instead of using a fixed version, also made similar changes here.

@ccen-stripe ccen-stripe changed the title Update the native versions with latest minor and readme [Identity] Update readme and the native versions with latest minor Sep 1, 2023
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'StripeIdentity', '23.4.0'
s.dependency 'StripeIdentity', '~> 23.4.0'
Copy link
Contributor Author

@ccen-stripe ccen-stripe Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -62,7 +62,7 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

implementation 'com.stripe:identity:20.28.2'
implementation 'com.stripe:identity:20.28.+'
Copy link
Contributor Author

@ccen-stripe ccen-stripe Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -19,7 +19,13 @@ change base application theme to `Theme.MaterialComponents.DayNight` at `res/val
```

parent can be any MaterialComponents. [See here for other options](https://m2.material.io/develop/android/theming/dark/).
All process is here: https://github.com/capacitor-community/stripe/commit/f514d893e9193bed2edbaf52c0d3ed1d534c7890asU
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link seems inaccessible

@ccen-stripe
Copy link
Contributor Author

@rdlabo Thanks for adding support for Identity! Made some changes to the readme and version, seems I don't have access add a reviewer here so cc you here FYI :)

@rdlabo
Copy link
Member

rdlabo commented Sep 5, 2023

@ccen-stripe Thanks for the great job, I am glad that the Stripe team is interested in the Capacitor plugin.

I will merge this in.

@rdlabo rdlabo merged commit 8c9208e into capacitor-community:main Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants