Binary build and publish mechanism

is the source code secure, if the binary are created using expo CLI?

Hey @vineetkumar2016,

We have this documentation page regarding security that you can dive into: https://docs.expo.io/versions/v34.0.0/distribution/security/

As for your source code, only a minified JS bundle is stored on the CDN. This is true of all JavaScript applications.

Cheers,
Adam

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