JSPM

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

Cpp.js Expo sample

Package Exports

  • @cpp.js/sample-mobile-reactnative-expo/cppjs.config.mjs

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/sample-mobile-reactnative-expo) 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/sample-mobile-reactnative-expo

Cpp.js Expo sample

NPM version License Docs - Expo

Get started

Note: Make sure you have completed the Cpp.js - Prerequisites instructions.

  1. Install dependencies

    npm install
  2. Start the ios app

     npm run ios
  3. Start the android app

     npm run android