Cpp.js React Native plugin
A tool for seamless C++ integration with React Native and Expo.
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