@stripe/stripe-terminal-react-native

    Function withStripeTerminal

    • withStripeTerminal HoC Component

      Type Parameters

      • Props

      Parameters

      • WrappedComponent: ComponentType<Props>

      Returns { displayName: string; (props: Props): Element }

      React.JSX.Element

       function YourScreenComponent(props: WithStripeTerminalProps) { }

      export default withStripeTerminal(YourScreenComponent);
    MMNEPVFCICPMFPCPTTAAATR