我刚刚用expo创建了一个构建。我密切监视了构建过程。由于它不是最终版本,因此我选择了expo处理keystore
的选项。之后,我看到了几条消息,让我想起我的代码是否已上传到Expo。
这是控制台堆栈跟踪:
[07:10:44] Publishing to channel 'default'... //What does the publishing mean? Is this going to be publicly available?
[07:10:46] Building iOS bundle
[07:11:28] Building Android bundle
[07:12:18] Analyzing assets
[07:12:22] Uploading assets
[07:12:24] Uploading /assets/refund-title.png
[07:12:24] Uploading /assets/drawer-cover3.jpg
[07:12:25] Processing asset bundle patterns:
[07:12:25] - /Users/bbh/Coding/React Native Apps/refundtracker_expo/**/*
[07:12:25] Uploading JavaScript bundles //My code gets uploaded to expo, why?
[07:12:41] Published
在博览会网站上,我遵循了构建过程,并最终看到以下内容:
...
uploading build artifact to S3
...
我只是想问一下我的代码现在是否可以公开使用,还是只是将代码上传到EXPO服务器以处理构建,并最终上传到S3以使其在我的网站上可供我使用。还是我的代码被上传了,现在可以以其他方式使用?也许来自博览会的人可以回答。
答案 0 :(得分:1)