# Rn App Publishing

> Prepara e publica apps React Native nas lojas — versionamento, assinatura, builds de release, metadados e conformidade das lojas. Use ao gerar releases, submeter para App Store/Play Store ou configurar distribuição.

- **Type:** Skill
- **Install:** `agentstack add skill-cmaranho-rn-agent-skills-rn-app-publishing`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cmaranho](https://agentstack.voostack.com/s/cmaranho)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cmaranho](https://github.com/cmaranho)
- **Source:** https://github.com/cmaranho/rn-agent-skills/tree/main/skills/rn-app-publishing

## Install

```sh
agentstack add skill-cmaranho-rn-agent-skills-rn-app-publishing
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# React Native — Publicação de Aplicações

## Objetivo

Entregar builds de release assinados e conformes nas lojas, de forma repetível.

## Quando utilizar

- Gerar build de produção (AAB/IPA).
- Submeter/atualizar app na App Store ou Play Store.
- Configurar assinatura, versionamento e metadados.

## Conhecimentos necessários

- Assinatura: keystore (Android), certificados/provisioning (iOS).
- Formatos e identificadores: AAB/APK, IPA; bundle id/application id.
- Versionamento: versionName/versionCode, CFBundleShortVersionString/Build.
- Requisitos das lojas (privacidade, permissões, ícones, screenshots).

## Fluxo de execução

1. Incremente versão (nome + build) de forma consistente entre plataformas.
2. Selecione o ambiente/variante de produção e as variáveis corretas.
3. Gere o build de release assinado (idealmente via CI/fastlane).
4. Teste o build de release em dispositivo (não só debug/simulador).
5. Submeta com metadados/conformidade; distribua por canal (beta → produção).

## Boas práticas

- Automatize versionamento e assinatura no CI.
- Valide permissões e política de privacidade antes de submeter.
- Distribua primeiro em canal interno/beta.
- Habilite ofuscação/minificação e desabilite debug em release.

## Armadilhas comuns

- Publicar build de debug ou com env de desenvolvimento.
- versionCode/build number não incrementado → rejeição.
- Perda de keystore/certificado de assinatura.
- Permissões não declaradas ou política de privacidade ausente.

## Critérios de sucesso

- Build de release assinado, testado em dispositivo e aceito pela loja.
- Versionamento consistente e rastreável.
- Processo repetível e majoritariamente automatizado.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [cmaranho](https://github.com/cmaranho)
- **Source:** [cmaranho/rn-agent-skills](https://github.com/cmaranho/rn-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-app-publishing
- Seller: https://agentstack.voostack.com/s/cmaranho
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
