@rnui/checkbox
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

yarn add react-native-svg @rnui/checkbox

Link

# RN < 0.60
react-native link react-native-svg

# RN >= 0.60
cd ios && pod install && cd ..

Usage

import React from 'react';
import { UICheckbox } from '@rnui/checkbox';

const App = () => {
  return <UICheckbox>Hello World</UICheckbox>;
};

Readme

Keywords

none

Package Sidebar

Install

npm i @rnui/checkbox

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

6.39 kB

Total Files

6

Last publish

Collaborators

  • fwh1990