# Build Configuration

> Use when configuring build settings for React Native TV apps, including Apple TV Podfile configuration, Android TV Maven artifacts, or the precompiled iOS/tvOS framework.

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

## Install

```sh
agentstack add skill-react-native-tvos-skills-build-configuration
```

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

## About

# TV Build Configuration

## When to Use

- Configuring the New Architecture (Fabric) for TV
- Understanding Hermes JS engine support on TV
- Setting up Podfiles for Apple TV builds
- Configuring Android TV Maven dependencies
- Using the precompiled React Native framework for iOS/tvOS

## When NOT to Use

- Creating a new project from scratch — use the `project-create` skill instead

## Hermes JS Engine

Hermes is fully working on both Apple TV and Android TV and is **enabled by default**.

## New Architecture (Fabric)

As of React Native TV 0.83 and later, only the new architecture is supported.

## Apple TV Podfile Configuration

React Native podspecs (0.73+) require that your application `Podfile` only have **one target**. This repo supports either an iOS target or a tvOS target, not both simultaneously.

The RNTester app's scripts include one that modifies the Podfile, Xcode project, and launch screen to allow building the RNTester app for TV

## Android TV Maven Artifacts

In 0.71+ releases, React Native Android prebuilt archives are published to Maven. For this repo:

- Maven group: `io.github.react-native-tvos` (instead of `com.facebook.react`)
- The `@react-native/gradle-plugin` module detects Android dependencies correctly during build

## Precompiled iOS/tvOS Framework

Starting with 0.81.0-0, a precompiled framework for the React Native core library is available for iOS and tvOS:

- Built using [Swift Package Manager](https://www.swift.org/package-manager/)
- Available for both debug and release builds
- Available for both iOS and tvOS
- Published as a Maven artifact in the `io.github.react-native-tvos` group

### Dependencies

Builds using the precompiled framework also require:

- **ReactNativeDependencies framework** — built automatically for iOS and tvOS, included in releases
- **Hermes engine framework** — built automatically for iOS and tvOS, included in releases

Both are included in React Native core releases and are not separately distributed.

## Source & license

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

- **Author:** [react-native-tvos](https://github.com/react-native-tvos)
- **Source:** [react-native-tvos/skills](https://github.com/react-native-tvos/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-react-native-tvos-skills-build-configuration
- Seller: https://agentstack.voostack.com/s/react-native-tvos
- 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%.
