# react-gtk **Repository Path**: mirrors_opencollective/react-gtk ## Basic Information - **Project Name**: react-gtk - **Description**: React Native bridge for gtk desktop applications - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-gtk [![GitHub stars](https://img.shields.io/github/stars/codejamninja/react-gtk.svg?style=social&label=Stars)](https://github.com/codejamninja/react-gtk) > cross-platform react native desktop applications Please ★ this repo if you found it useful ★ ★ ★ Built with [Node GTK](https://github.com/romgrk/node-gtk) ## Built by Silicon Hills LLC [![index](https://user-images.githubusercontent.com/6234038/71054254-f284ad80-2116-11ea-9013-d68306726854.jpeg)](https://nuevesolutions.com) Silicon Hills offers premium Node and React develpoment and support services. Get in touch at [nuevesolutions.com](https://nuevesolutions.com). ## [FILE ISSUE](https://github.com/codejamninja/react-gtk/issues/new) This project is under active development. Please help by sharing your expirience, bugs, comments, complaints, etc . . . If you think it, say it :laughing: ## Features * supports native osx desktop * supports native linux desktop * supports native windows desktop ## Installation ```sh npm install --save @react-gtk/binding ``` ## Dependencies * [NodeJS](https://nodejs.org) * [GTK](https://www.gtk.org) * [GObject Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection) ## Usage ```js import React, { Component } from 'react'; import { render, Button, Box } from '@react-gtk/binding'; class App extends Component { render() { return (