skip to Main Content

After I update my expo project to SDK 51, my project crush when I pay a product with a Stripe
It’s just crush, without any errors.
I tried to update all modules.
There is no any infos in web.
npm install expo@latest
npx expo install –fix

2

Answers


  1. Ensure that your follow Expo’s upgrading your app guide found here https://expo.dev/changelog/2024/05-07-sdk-51

    Login or Signup to reply.
  2. It happens to me too, so frustrating, broke many parts of my code

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search