AgentStack
SKILL verified MIT Self-run

Build Configuration

skill-react-native-tvos-skills-build-configuration · by react-native-tvos

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.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-react-native-tvos-skills-build-configuration

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Build Configuration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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
  • 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.