@cpp.js/plugin-react-native-ios-helper
v1.0.0-beta.2
Published
Cpp.js React Native plugin iOS helper: A tool for seamless C++ integration with React Native and Expo.
Downloads
80
Maintainers
Readme
@cpp.js/plugin-react-native-ios-helper
Cpp.js React Native plugin iOS helper
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-ios-helper plugin. Start by installing these package with the following command:
NPM
npm install @cpp.js/plugin-react-native-ios-helper --save-dev
or YARN
yarn add @cpp.js/plugin-react-native-ios-helper --dev
or PNPM
pnpm add @cpp.js/plugin-react-native-ios-helper --save-dev
or BUN
bun add @cpp.js/plugin-react-native-ios-helper --dev