Vertaling van "app.json" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In the app.json file, make sure that a name has been set.
En el archivo de app.json, asegúrese de que se ha establecido un nombre.
Create a file name app.json.
For example, if you want to set your version ID to v1, you must manually add the following line to your app.json file
Por ejemplo, si deseas configurar el ID de versión como v1, debes agregar manualmente la siguiente línea a tu archivo app.json
Ensure that the ID of your version is defined in the app.json configuration file.
Asegúrate de que el ID de tu versión se defina en el archivo de configuración app.json.
You can find more information about the different configuration options for the app.json file in the Expo documentation.
Puede encontrar más información sobre las diferentes opciones de configuración para el archivo app.json en la documentación de Expo.
Also see the Example section below to assist you with creating your app.json configuration file.
Consulta también la sección con el ejemplo que aparece a continuación, ya que te ayudará a crear tu archivo de configuración app.json.
In the existing app.json configuration file of the Hello World app that you created earlier, update the id field to specify a different version.
Asegúrate de que el ID de tu versión se defina en el archivo de configuración app.json.
Tip: Consider programmatically generating the app.json configuration file.
Sugerencia: Tal vez sea conveniente que generes el archivo de configuración app.json de manera programática.
You must first upload all the files and resources of your app to a Cloud Storage bucket before you can create the app.json configuration file.
Debes subir todos los archivos y recursos de tu aplicación a un depósito de Cloud Storage antes de que puedas crear el archivo de configuración app.json.
In order to detach to ExpoKit, you first have to edit the app.json and package.json files.
Desprendimiento de ExpoKit Para separar a ExpoKit, primero tienes que editar los archivos app.json y package.json.
Use the following example app.json to help you create your configuration file.
Usa el siguiente ejemplo de app.json como ayuda para crear tu archivo de configuración.
To manually create the app.json configuration file for deploying your app with the Admin API
Para crear manualmente el archivo de configuración app.json a fin de implementar tu aplicación con la API de administrador, haz lo siguiente