react-native-web-core

Installation
SKILL.md

React Native Web - Core Concepts

React Native Web enables React Native components and APIs to run on the web, providing a unified codebase for web and native platforms.

Key Concepts

Platform Abstraction

React Native Web provides a consistent API across web and native platforms:

import { View, Text, StyleSheet } from 'react-native';
Installs
33
GitHub Stars
166
First Seen
Jan 22, 2026
react-native-web-core — thebushidocollective/han