Socket
Socket
Sign inDemoInstall

@react-native-community/checkbox

Package Overview
Dependencies
515
Maintainers
30
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @react-native-community/checkbox

React Native Checkbox native modules for Android , iOS and Windows


Version published
Weekly downloads
104K
increased by2.52%
Maintainers
30
Install size
185 kB
Created
Weekly downloads
 

Readme

Source

======================================================================== C++/WinRT CheckboxWindows Project Overview

This project demonstrates how to get started authoring Windows Runtime classes directly with standard C++, using the C++/WinRT SDK component to generate implementation headers from interface (IDL) files. The generated Windows Runtime component binary and WinMD files should then be bundled with the Universal Windows Platform (UWP) app consuming them.

Steps:

  1. Create an interface (IDL) file to define your Windows Runtime class, its default interface, and any other interfaces it implements.
  2. Build the project once to generate module.g.cpp, module.h.cpp, and implementation templates under the "Generated Files" folder, as well as skeleton class definitions under "Generated Files\sources".
  3. Use the skeleton class definitions for reference to implement your Windows Runtime classes.

======================================================================== Learn more about C++/WinRT here: http://aka.ms/cppwinrt/

Keywords

FAQs

Last updated on 10 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc