Cpp.js Expo sample
npm install @cpp.js/sample-mobile-reactnative-expo>Note: Make sure you have completed the Cpp.js - Prerequisites instructions.
1. Install dependencies
``bash`
npm install
2. Start the ios app
`bash`
npm run ios
3. Start the android app
`bash``
npm run android