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
Get started
Note: Make sure you have completed the Cpp.js - Prerequisites instructions.
Install dependencies
npm install
Start the ios app
npm run ios
Start the android app
npm run android