0.13.1 • Published 9 months ago

@factorialco/factorial-one-react-native v0.13.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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

0.13.1

9 months ago

0.13.0

9 months ago

0.12.0

9 months ago

0.11.0

9 months ago

0.10.0

9 months ago

0.9.0

9 months ago

0.8.2

10 months ago

0.8.1

10 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.6

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.0.1

12 months ago