Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cpp.js/plugin-react-native-ios-helper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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