1.0.3 • Published 5 years ago

@rnui/checkbox v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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>;
};
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago