0.13.1 • Published 7 months ago
@factorialco/factorial-one-react-native v0.13.1
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-nativeUsage
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 buildTesting
pnpm testLicense
MIT
0.13.1
7 months ago
0.13.0
7 months ago
0.12.0
7 months ago
0.11.0
7 months ago
0.10.0
7 months ago
0.9.0
7 months ago
0.8.2
8 months ago
0.8.1
8 months ago
0.8.0
8 months ago
0.7.0
8 months ago
0.6.0
8 months ago
0.5.0
8 months ago
0.4.0
8 months ago
0.3.0
8 months ago
0.2.6
8 months ago
0.2.5
8 months ago
0.2.4
9 months ago
0.2.3
9 months ago
0.2.2
9 months ago
0.2.1
9 months ago
0.2.0
9 months ago
0.1.0
9 months ago
0.0.1
10 months ago