JSPM

@cpp.js/plugin-react-native-ios-helper

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q13937F
  • License MIT

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

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.

    NPM version License Docs - React Native Docs - 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