frames-react-native icon indicating copy to clipboard operation
frames-react-native copied to clipboard

Frames React Native

Results 14 frames-react-native issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Hey @ioan-ghisoi-cko, @dani-z! Until now, there was no way to submit Frames form without using your `SubmitButton` as `Frames`'s child. However, this creates an issue if we want to use...

Hi 👋 Is this library **required** to be used by "not PCI-compliant" apps? (having "PCI DSS SAQ A-EP" compliance level) For example in Frames for Web card details are entred...

## Why has this PR been raised? The Engineering Experience and Security teams have been working together to help secure our repositories. This includes enabling Github features such as Advanced...

Hi, is there any way to render the card scheme icon with a dropdown in React Native ? I know it's possible with `frames-react` when you pass the `schemeChoice` parameter...

missing field `scheme_local` in `FrameCardTokenizedEvent` ```typescript export interface FrameCardTokenizedEvent { type: string; token: string; expires_on: string; expiry_month: string; expiry_year: string; scheme?: Scheme; last4: string; bin: string; card_type?: CardType; card_category?: CardCategory;...