EAS Build on Turtule CLI

  1. Expo SDK42
  2. all
  3. React native stripe

I have implemented Stripe React Native, works great on Expo GO.
now I want to build standalone apps (having multiple Whitelabel apps) and I notice I have to replace my build into EAS build, but I cant find a way to do so when using Turtule CLI.

Any advise on what to do?
Is there a way to use stripe on react native without having to do as fast as build changes? reminder… talking about 130 Applications with the same codebase.

I’m not sure what you want to achieve, eas build and turtle-cli are alternative tools, so running turtle-cli with eas build does not mean anything,

  • if your code works in expo go you can use either of them.
  • if your code does not work in expo go (e.g. bare projects, sth using config plugins) you need to use eas
    • if you want to build eas apps locally(the same way turtle-cli builds it) then run eas build --local

I have implemented Stripe React Native, works great on Expo GO.

Expo go or custom dev client? as far as I understand stripe was only supported in bare projects/via config pugins?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.