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

Added keep application theme option for styling on android with appTheme #120

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tmmgn
Copy link

@tmmgn tmmgn commented Jan 14, 2019

No description provided.

@jmikulka
Copy link

jmikulka commented Feb 5, 2019

@Kerumen seems valid.

@tmmgn would you mind adding detailed description and usage / screenshots?

@tmmgn
Copy link
Author

tmmgn commented Feb 5, 2019

Added description in readme.md, usage is the same as the other props for CardIOView. Will do screenshots if needed.

@@ -39,6 +39,7 @@ public void scanCard(ReadableMap config, Promise promise) {
Intent scanIntent = new Intent(activity, CardIOActivity.class);
scanIntent.putExtra(CardIOActivity.EXTRA_REQUIRE_EXPIRY, true);
scanIntent.putExtra(CardIOActivity.EXTRA_REQUIRE_CVV, true);
scanIntent.putExtra(CardIOActivity.EXTRA_KEEP_APPLICATION_THEME, true);
Copy link
Owner

Choose a reason for hiding this comment

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

You set in the README the default value is false but here it seems to be true.

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.

3 participants