
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
> A powerful and flexible theming system for React Native applications with TypeScript support.
A powerful and flexible theming system for React Native applications with TypeScript support.
Package | Version | Description |
---|---|---|
⚛️ react | >=19.0.0 | React library |
📱 react-native | >=0.79.3 | React Native framework |
🎭 react-native-reanimated | >=3 | Advanced animations |
👆 react-native-gesture-handler | >=2 | Gesture interactions |
💾 @react-native-async-storage/async-storage | >=2 | Local storage |
🎨 lucide-react-native | >=0.513.0 | Icon library |
📅 react-native-calendars | >=1.1286.0 | Calendar components |
🧭 @react-navigation/native | >=6 | Navigation |
🛡️ react-native-safe-area-context | >=4 | Safe area handling |
🌍 expo-localization | >=16.1.5 | Locale detection |
🗣️ i18n-js | >=4.5.1 | Internationalization |
🚀 @shopify/flash-list | >=1.8.0 | Optimized list rendering |
npm install rnc-theme
# or
yarn add rnc-theme
# or
pnpm add rnc-theme
# or
bun add rnc-theme
import React from 'react';
import { RNCProvider } from 'rnc-theme';
import App from './App';
import { GestureHandlerRootView } from 'react-native-gesture-handler';
export default function Root() {
return (
<GestureHandlerRootView>
<RNCProvider>
<App />
</RNCProvider>
</GestureHandlerRootView>
);
}
import React from 'react';
import { View, Text, StyleSheet } from 'react-native';
import { useTheme, useThemedStyles } from 'rnc-theme';
const MyComponent = () => {
const { theme, isDark, setThemeMode } = useTheme();
const styles = useThemedStyles(createStyles);
return (
<View style={styles.container}>
<Text style={styles.text}>Hello World!</Text>
</View>
);
};
const createStyles = (theme) => StyleSheet.create({
container: {
backgroundColor: theme.colors.background,
padding: theme.spacing.md,
},
text: {
color: theme.colors.text,
fontSize: theme.fontSizes.md,
},
});
MIT License - see LICENSE file for details.
Made with ❤️ for the React Native community
Documentation • GitHub • NPM
[0.1.2] - 2025-07-25
RNCProvider
fontConfig
, fontsLoaded
, and onFontLoadError
props to RNCProvider
RNCProvider
with font loading capabilitiesupdateCustomTheme
to save both light and dark variants when preset is appliedfontFamily: 'System'
to all typography variants in preset themesFAQs
> A powerful and flexible theming system for React Native applications with TypeScript support.
The npm package rnc-theme receives a total of 101 weekly downloads. As such, rnc-theme popularity was classified as not popular.
We found that rnc-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.