UNPKG

@react-native-community/checkbox

Version:

React Native Checkbox native modules for Android , iOS and Windows

12 lines (11 loc) 387 B
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var react_native_1 = require("react-native"); exports.default = react_native_1.requireNativeComponent('RNCCheckbox');