import Stripe from "stripe"; export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY as string, { httpClient: Stripe.createFetchHttpClient(), // https://github.com/stripe/stripe-node#configuration apiVersion: "2024-06-20", appInfo: { name: "expo-router-stripe", }, });