0.13.1 • Published 4 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 months ago

0.13.0

4 months ago

0.12.0

4 months ago

0.11.0

5 months ago

0.10.0

5 months ago

0.9.0

5 months ago

0.8.2

5 months ago

0.8.1

5 months ago

0.8.0

5 months ago

0.7.0

5 months ago

0.6.0

5 months ago

0.5.0

5 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.2.6

6 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago

0.0.1

7 months ago