1.0.0-beta.7 • Published 8 months ago

@cpp.js/plugin-react-native v1.0.0-beta.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@cpp.js/plugin-react-native

Cpp.js React Native plugin
A tool for seamless C++ integration with React Native and Expo.

Integration

To integrate cpp.js into your project using React Native or Expo, you can utilize the @cpp.js/plugin-react-native plugin. Start by installing these package with the following command:

NPM

npm install @cpp.js/plugin-react-native --save-dev

or YARN

yarn add @cpp.js/plugin-react-native --dev

or PNPM

pnpm add @cpp.js/plugin-react-native --save-dev

or BUN

bun add @cpp.js/plugin-react-native --dev