Stripe Payment sheet in React Native

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 1

  • @aribkamal3239
    @aribkamal3239 2 ปีที่แล้ว +1

    Hey is there anyway to render just the ui without doing any of the backend.
    I tried this:
    const { initPaymentSheet, presentPaymentSheet } = useStripe()
    useEffect(() => {
    initPaymentSheet()
    })
    const pressHandler = () => {
    presentPaymentSheet()
    }
    doesnt seem to work. What might I be doing wrong?