Socket
Book a DemoInstallSign in
Socket

@factorialco/factorial-one-react-native

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factorialco/factorial-one-react-native

React Native components for Factorial One Design System

latest
npmnpm
Version
0.19.1
Version published
Weekly downloads
21
133.33%
Maintainers
6
Weekly downloads
 
Created
Source

Factorial One React Native

React Native implementation of the Factorial One Design System.

Installation

npm install @factorialco/factorial-one-react-native
# or
yarn add @factorialco/factorial-one-react-native
# or
pnpm add @factorialco/factorial-one-react-native

Usage

import { ExampleComponent } from "@factorialco/factorial-one-react-native";

export default function App() {
  return <ExampleComponent text="Hello from Factorial One!" />;
}

Icons

The package includes a set of icons that can be imported and used in your React Native application.

import { Icon, AppIcons } from "@factorialco/factorial-one-react-native";

// Basic usage
<Icon icon={AppIcons.Calendar} size="sm" />;
<Icon icon={AppIcons.Calendar} size="md" />;
<Icon icon={AppIcons.Calendar} size="lg" />;

Development

Building

pnpm build

Testing

pnpm test

License

MIT

Keywords

factorial

FAQs

Package last updated on 10 Sep 2025

Did you know?

Socket

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.

Install

Related posts