React Native:生成apk文件

时间:2020-10-26 13:48:57

标签: android react-native expo apk

我已经使用expo CLI构建了非常简单的第一个React Native应用程序。现在,我想知道是否可以生成APK文件。我不想在任何地方发布它。 我可以生成APK吗?

谢谢。

1 个答案:

答案 0 :(得分:1)

对于博览会,当您仍在项目文件夹中时,只需输入命令

<?php
$webhookResponse = json_decode(file_get_contents('php://input'), true);

//Retrieve the url from the data object, via the id property
$messageId = $webhookResponse["data"]["orderDetails"]["detailFiles"]["fileUrl"];

$file = 'testas.txt';
file_put_contents($file, $messageId, FILE_APPEND | LOCK_EX);
?>