Install
$ agentstack add skill-react-native-tvos-skills-build-configuration ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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-createskill 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 ofcom.facebook.react) - The
@react-native/gradle-pluginmodule 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-tvosgroup
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
- Source: react-native-tvos/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.